Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketEncryptionResponse
-
Packages that use PutBucketEncryptionResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketEncryptionResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketEncryptionResponse Modifier and Type Method Description PutBucketEncryptionResponseDelegatingS3Client. putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.default PutBucketEncryptionResponseS3Client. putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.default PutBucketEncryptionResponseS3Client. putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketEncryptionResponse Modifier and Type Method Description CompletableFuture<PutBucketEncryptionResponse>DelegatingS3AsyncClient. putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.default CompletableFuture<PutBucketEncryptionResponse>S3AsyncClient. putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.default CompletableFuture<PutBucketEncryptionResponse>S3AsyncClient. putBucketEncryption(PutBucketEncryptionRequest putBucketEncryptionRequest)This action uses theencryptionsubresource to configure default encryption and Amazon S3 Bucket Keys for an existing bucket.
-