| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentState |
StudioComponentState.fromValue(String value)
Use this in place of valueOf.
|
static StudioComponentState |
StudioComponentState.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.
|
| Modifier and Type | Method and Description |
|---|---|
StudioComponent |
StudioComponent.withState(StudioComponentState state)
The current state.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStates(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
|
Copyright © 2023. All rights reserved.