| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentStatus |
EnvironmentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentStatus |
EnvironmentSummary.status()
The status of the environment.
|
EnvironmentStatus |
ListEnvironmentsRequest.status()
The status of the environments that you want to list.
|
EnvironmentStatus |
UpdateEnvironmentResponse.status()
The status to be updated as part of the
UpdateEnvironment action. |
EnvironmentStatus |
GetEnvironmentResponse.status()
The status of this Amazon DataZone environment.
|
EnvironmentStatus |
CreateEnvironmentResponse.status()
The status of this Amazon DataZone environment.
|
static EnvironmentStatus |
EnvironmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentStatus[] |
EnvironmentStatus.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<EnvironmentStatus> |
EnvironmentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.status(EnvironmentStatus status)
The status of the environment.
|
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.status(EnvironmentStatus status)
The status of the environments that you want to list.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.status(EnvironmentStatus status)
The status to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.status(EnvironmentStatus status)
The status of this Amazon DataZone environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.status(EnvironmentStatus status)
The status of this Amazon DataZone environment.
|
Copyright © 2023. All rights reserved.