Uses of Class
software.amazon.awssdk.services.emrserverless.model.ApplicationState
-
Packages that use ApplicationState Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of ApplicationState in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return ApplicationState Modifier and Type Method Description static ApplicationStateApplicationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApplicationStateApplication. state()The state of the application.ApplicationStateApplicationSummary. state()The state of the application.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.emrserverless.model that return types with arguments of type ApplicationState Modifier and Type Method Description static Set<ApplicationState>ApplicationState. knownValues()List<ApplicationState>ListApplicationsRequest. states()An optional filter for application states.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type ApplicationState Modifier and Type Method Description Application.BuilderApplication.Builder. state(ApplicationState state)The state of the application.ApplicationSummary.BuilderApplicationSummary.Builder. state(ApplicationState state)The state of the application.ListApplicationsRequest.BuilderListApplicationsRequest.Builder. states(ApplicationState... states)An optional filter for application states.Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type ApplicationState Modifier and Type Method Description ListApplicationsRequest.BuilderListApplicationsRequest.Builder. states(Collection<ApplicationState> states)An optional filter for application states.
-