Lines Matching refs:DeleteBucketEncryptionRequest

26   class AWS_S3CRT_API DeleteBucketEncryptionRequest : public S3CrtRequest
29 DeleteBucketEncryptionRequest();
78 …inline DeleteBucketEncryptionRequest& WithBucket(const Aws::String& value) { SetBucket(value); ret… in WithBucket()
84 …inline DeleteBucketEncryptionRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)… in WithBucket()
90 …inline DeleteBucketEncryptionRequest& WithBucket(const char* value) { SetBucket(value); return *th… in WithBucket()
133 …inline DeleteBucketEncryptionRequest& WithExpectedBucketOwner(const Aws::String& value) { SetExpec… in WithExpectedBucketOwner()
140 …inline DeleteBucketEncryptionRequest& WithExpectedBucketOwner(Aws::String&& value) { SetExpectedBu… in WithExpectedBucketOwner()
147 …inline DeleteBucketEncryptionRequest& WithExpectedBucketOwner(const char* value) { SetExpectedBuck… in WithExpectedBucketOwner()
163 …inline DeleteBucketEncryptionRequest& WithCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::… in WithCustomizedAccessLogTag()
166 …inline DeleteBucketEncryptionRequest& WithCustomizedAccessLogTag(Aws::Map<Aws::String, Aws::String… in WithCustomizedAccessLogTag()
169 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(const Aws::String& key, const Aws:… in AddCustomizedAccessLogTag()
172 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(Aws::String&& key, const Aws::Stri… in AddCustomizedAccessLogTag()
175 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(const Aws::String& key, Aws::Strin… in AddCustomizedAccessLogTag()
178 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(Aws::String&& key, Aws::String&& v… in AddCustomizedAccessLogTag()
181 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(const char* key, Aws::String&& val… in AddCustomizedAccessLogTag()
184 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(Aws::String&& key, const char* val… in AddCustomizedAccessLogTag()
187 …inline DeleteBucketEncryptionRequest& AddCustomizedAccessLogTag(const char* key, const char* value… in AddCustomizedAccessLogTag()