| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentState |
StudioComponentState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StudioComponentState |
StudioComponent.state()
The current state.
|
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 |
|---|---|
static Set<StudioComponentState> |
StudioComponentState.knownValues()
|
List<StudioComponentState> |
ListStudioComponentsRequest.states()
Filters the request to studio components that are in one of the given states.
|
| Modifier and Type | Method and Description |
|---|---|
StudioComponent.Builder |
StudioComponent.Builder.state(StudioComponentState state)
The current state.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.states(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.states(Collection<StudioComponentState> states)
Filters the request to studio components that are in one of the given states.
|
Copyright © 2022. All rights reserved.