Uses of Interface
software.amazon.awssdk.services.s3.model.PutBucketEncryptionRequest.Builder
Packages that use PutBucketEncryptionRequest.Builder
-
Uses of PutBucketEncryptionRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutBucketEncryptionRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest) This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket.default PutBucketEncryptionResponseS3Client.putBucketEncryption(Consumer<PutBucketEncryptionRequest.Builder> putBucketEncryptionRequest) This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket. -
Uses of PutBucketEncryptionRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutBucketEncryptionRequest.BuilderModifier and TypeMethodDescriptionSpecifies default encryption for a bucket using server-side encryption with different key options.PutBucketEncryptionRequest.builder()PutBucketEncryptionRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketEncryptionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketEncryptionRequest.Builder.contentMD5(String contentMD5) The Base64 encoded 128-bitMD5digest of the server-side encryption configuration.PutBucketEncryptionRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutBucketEncryptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutBucketEncryptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutBucketEncryptionRequest.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) Sets the value of the ServerSideEncryptionConfiguration property for this object.PutBucketEncryptionRequest.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) Sets the value of the ServerSideEncryptionConfiguration property for this object.PutBucketEncryptionRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutBucketEncryptionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutBucketEncryptionRequest.Builder>PutBucketEncryptionRequest.serializableBuilderClass()