Uses of Class
software.amazon.awssdk.services.nimble.model.LaunchProfileState
-
Packages that use LaunchProfileState Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of LaunchProfileState in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return LaunchProfileState Modifier and Type Method Description static LaunchProfileStateLaunchProfileState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchProfileStateLaunchProfile. state()The current state.static LaunchProfileStateLaunchProfileState. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchProfileState[]LaunchProfileState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type LaunchProfileState Modifier and Type Method Description static Set<LaunchProfileState>LaunchProfileState. knownValues()List<LaunchProfileState>ListLaunchProfilesRequest. states()Filter this request to launch profiles in any of the given states.Methods in software.amazon.awssdk.services.nimble.model with parameters of type LaunchProfileState Modifier and Type Method Description LaunchProfile.BuilderLaunchProfile.Builder. state(LaunchProfileState state)The current state.ListLaunchProfilesRequest.BuilderListLaunchProfilesRequest.Builder. states(LaunchProfileState... states)Filter this request to launch profiles in any of the given states.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type LaunchProfileState Modifier and Type Method Description ListLaunchProfilesRequest.BuilderListLaunchProfilesRequest.Builder. states(Collection<LaunchProfileState> states)Filter this request to launch profiles in any of the given states.
-