Uses of Enum
software.amazon.awssdk.services.s3.model.SseKmsEncryptedObjectsStatus
Packages that use SseKmsEncryptedObjectsStatus
-
Uses of SseKmsEncryptedObjectsStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SseKmsEncryptedObjectsStatusModifier and TypeMethodDescriptionstatic SseKmsEncryptedObjectsStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.SseKmsEncryptedObjects.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.static SseKmsEncryptedObjectsStatusReturns the enum constant of this type with the specified name.static SseKmsEncryptedObjectsStatus[]SseKmsEncryptedObjectsStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type SseKmsEncryptedObjectsStatusModifier and TypeMethodDescriptionstatic Set<SseKmsEncryptedObjectsStatus>SseKmsEncryptedObjectsStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type SseKmsEncryptedObjectsStatusModifier and TypeMethodDescriptionSseKmsEncryptedObjects.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.