Uses of Class
software.amazon.awssdk.services.iotfleethub.model.ApplicationState
-
Packages that use ApplicationState Package Description software.amazon.awssdk.services.iotfleethub.model -
-
Uses of ApplicationState in software.amazon.awssdk.services.iotfleethub.model
Methods in software.amazon.awssdk.services.iotfleethub.model that return ApplicationState Modifier and Type Method Description ApplicationStateApplicationSummary. applicationState()The current state of the web application.ApplicationStateDescribeApplicationResponse. applicationState()The current state of the web application.static ApplicationStateApplicationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationStateApplicationState. 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.Methods in software.amazon.awssdk.services.iotfleethub.model that return types with arguments of type ApplicationState Modifier and Type Method Description static Set<ApplicationState>ApplicationState. knownValues()Methods in software.amazon.awssdk.services.iotfleethub.model with parameters of type ApplicationState Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. applicationState(ApplicationState applicationState)The current state of the web application.DescribeApplicationResponse.BuilderDescribeApplicationResponse.Builder. applicationState(ApplicationState applicationState)The current state of the web application.
-