Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static SseKmsEncryptedObjectsStatus |
SseKmsEncryptedObjectsStatus.fromValue(String value) |
SseKmsEncryptedObjectsStatus |
SseKmsEncryptedObjects.status() |
SseKmsEncryptedObjectsStatus |
SseKmsEncryptedObjects.BuilderImpl.status() |
static SseKmsEncryptedObjectsStatus |
SseKmsEncryptedObjectsStatus.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static Set<SseKmsEncryptedObjectsStatus> |
SseKmsEncryptedObjectsStatus.knownValues() |
Modifier and Type | Method and Description |
---|---|
SseKmsEncryptedObjects.Builder |
SseKmsEncryptedObjects.Builder.status(SseKmsEncryptedObjectsStatus status) |
SseKmsEncryptedObjects.Builder |
SseKmsEncryptedObjects.BuilderImpl.status(SseKmsEncryptedObjectsStatus status) |
Copyright © 2021. All rights reserved.