| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleethub.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationState |
ApplicationSummary.applicationState()
The current state of the web application.
|
ApplicationState |
DescribeApplicationResponse.applicationState()
The current state of the web application.
|
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.
|
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 |
|---|---|
ApplicationSummary.Builder |
ApplicationSummary.Builder.applicationState(ApplicationState applicationState)
The current state of the web application.
|
DescribeApplicationResponse.Builder |
DescribeApplicationResponse.Builder.applicationState(ApplicationState applicationState)
The current state of the web application.
|
Copyright © 2021. All rights reserved.