| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerStatus |
ContainerStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContainerStatus |
Container.status()
The status of container creation or deletion.
|
static ContainerStatus |
ContainerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerStatus[] |
ContainerStatus.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<ContainerStatus> |
ContainerStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.status(ContainerStatus status)
The status of container creation or deletion.
|
Copyright © 2023. All rights reserved.