Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketEncryptionResponse
-
Packages that use GetBucketEncryptionResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketEncryptionResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketEncryptionResponse Modifier and Type Method Description GetBucketEncryptionResponseDelegatingS3Client. getBucketEncryption(GetBucketEncryptionRequest getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.default GetBucketEncryptionResponseS3Client. getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder> getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.default GetBucketEncryptionResponseS3Client. getBucketEncryption(GetBucketEncryptionRequest getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketEncryptionResponse Modifier and Type Method Description CompletableFuture<GetBucketEncryptionResponse>DelegatingS3AsyncClient. getBucketEncryption(GetBucketEncryptionRequest getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.default CompletableFuture<GetBucketEncryptionResponse>S3AsyncClient. getBucketEncryption(Consumer<GetBucketEncryptionRequest.Builder> getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.default CompletableFuture<GetBucketEncryptionResponse>S3AsyncClient. getBucketEncryption(GetBucketEncryptionRequest getBucketEncryptionRequest)Returns the default encryption configuration for an Amazon S3 bucket.
-