Uses of Interface
software.amazon.awssdk.services.s3.model.SseKmsEncryptedObjects.Builder
Packages that use SseKmsEncryptedObjects.Builder
-
Uses of SseKmsEncryptedObjects.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SseKmsEncryptedObjects.BuilderModifier and TypeMethodDescriptionSseKmsEncryptedObjects.builder()Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.SseKmsEncryptedObjects.Builder.status(SseKmsEncryptedObjectsStatus status) Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.SseKmsEncryptedObjects.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type SseKmsEncryptedObjects.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SseKmsEncryptedObjects.Builder>SseKmsEncryptedObjects.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type SseKmsEncryptedObjects.BuilderModifier and TypeMethodDescriptiondefault SourceSelectionCriteria.BuilderSourceSelectionCriteria.Builder.sseKmsEncryptedObjects(Consumer<SseKmsEncryptedObjects.Builder> sseKmsEncryptedObjects) A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS.