Uses of Class
software.amazon.awssdk.services.nimble.model.StudioComponentState
-
Packages that use StudioComponentState Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StudioComponentState in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioComponentState Modifier and Type Method Description static StudioComponentStateStudioComponentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioComponentStateStudioComponent. state()The current state.static StudioComponentStateStudioComponentState. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioComponentState[]StudioComponentState. 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 StudioComponentState Modifier and Type Method Description static Set<StudioComponentState>StudioComponentState. knownValues()List<StudioComponentState>ListStudioComponentsRequest. states()Filters the request to studio components that are in one of the given states.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioComponentState Modifier and Type Method Description StudioComponent.BuilderStudioComponent.Builder. state(StudioComponentState state)The current state.ListStudioComponentsRequest.BuilderListStudioComponentsRequest.Builder. states(StudioComponentState... states)Filters the request to studio components that are in one of the given states.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StudioComponentState Modifier and Type Method Description ListStudioComponentsRequest.BuilderListStudioComponentsRequest.Builder. states(Collection<StudioComponentState> states)Filters the request to studio components that are in one of the given states.
-