| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationState |
ApplicationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApplicationState |
DeleteApplicationResponse.state()
The current state of the application.
|
ApplicationState |
CreateApplicationResponse.state()
The current state of the application.
|
ApplicationState |
GetApplicationResponse.state()
The current state of the application.
|
ApplicationState |
ApplicationSummary.state()
The current state of the application.
|
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.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<ApplicationState> |
ApplicationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationResponse.Builder |
DeleteApplicationResponse.Builder.state(ApplicationState state)
The current state of the application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.state(ApplicationState state)
The current state of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.state(ApplicationState state)
The current state of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.state(ApplicationState state)
The current state of the application.
|
Copyright © 2022. All rights reserved.