Uses of Interface
software.amazon.awssdk.services.s3.model.BlockedEncryptionTypes.Builder
Packages that use BlockedEncryptionTypes.Builder
-
Uses of BlockedEncryptionTypes.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BlockedEncryptionTypes.BuilderModifier and TypeMethodDescriptionBlockedEncryptionTypes.builder()BlockedEncryptionTypes.Builder.encryptionType(Collection<EncryptionType> encryptionType) The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.BlockedEncryptionTypes.Builder.encryptionType(EncryptionType... encryptionType) The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.BlockedEncryptionTypes.Builder.encryptionTypeWithStrings(String... encryptionType) The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.BlockedEncryptionTypes.Builder.encryptionTypeWithStrings(Collection<String> encryptionType) The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.BlockedEncryptionTypes.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BlockedEncryptionTypes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BlockedEncryptionTypes.Builder>BlockedEncryptionTypes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type BlockedEncryptionTypes.BuilderModifier and TypeMethodDescriptiondefault ServerSideEncryptionRule.BuilderServerSideEncryptionRule.Builder.blockedEncryptionTypes(Consumer<BlockedEncryptionTypes.Builder> blockedEncryptionTypes) A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type.