Uses of Interface
software.amazon.awssdk.services.s3control.model.SseKmsEncryptedObjects.Builder
-
Packages that use SseKmsEncryptedObjects.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SseKmsEncryptedObjects.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SseKmsEncryptedObjects.Builder Modifier and Type Method Description static SseKmsEncryptedObjects.BuilderSseKmsEncryptedObjects. builder()SseKmsEncryptedObjects.BuilderSseKmsEncryptedObjects.Builder. status(String status)Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.SseKmsEncryptedObjects.BuilderSseKmsEncryptedObjects.Builder. status(SseKmsEncryptedObjectsStatus status)Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.SseKmsEncryptedObjects.BuilderSseKmsEncryptedObjects. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type SseKmsEncryptedObjects.Builder Modifier and Type Method Description static Class<? extends SseKmsEncryptedObjects.Builder>SseKmsEncryptedObjects. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type SseKmsEncryptedObjects.Builder Modifier and Type Method Description default SourceSelectionCriteria.BuilderSourceSelectionCriteria.Builder. sseKmsEncryptedObjects(Consumer<SseKmsEncryptedObjects.Builder> sseKmsEncryptedObjects)A filter that you can use to select Amazon S3 objects that are encrypted with server-side encryption by using Key Management Service (KMS) keys.
-