| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentType |
StudioComponentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StudioComponentType |
CreateStudioComponentRequest.type()
The type of the studio component.
|
StudioComponentType |
StudioComponent.type()
The type of the studio component.
|
StudioComponentType |
UpdateStudioComponentRequest.type()
The type of the studio component.
|
StudioComponentType |
StudioComponentSummary.type()
The type of the studio component.
|
static StudioComponentType |
StudioComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioComponentType[] |
StudioComponentType.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<StudioComponentType> |
StudioComponentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateStudioComponentRequest.Builder |
CreateStudioComponentRequest.Builder.type(StudioComponentType type)
The type of the studio component.
|
StudioComponent.Builder |
StudioComponent.Builder.type(StudioComponentType type)
The type of the studio component.
|
UpdateStudioComponentRequest.Builder |
UpdateStudioComponentRequest.Builder.type(StudioComponentType type)
The type of the studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.type(StudioComponentType type)
The type of the studio component.
|
Copyright © 2021. All rights reserved.