| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentType |
StudioComponentType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateStudioComponentRequest |
UpdateStudioComponentRequest.withType(StudioComponentType type)
The type of the studio component.
|
CreateStudioComponentRequest |
CreateStudioComponentRequest.withType(StudioComponentType type)
The type of the studio component.
|
StudioComponentSummary |
StudioComponentSummary.withType(StudioComponentType type)
The type of the studio component.
|
StudioComponent |
StudioComponent.withType(StudioComponentType type)
The type of the studio component.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(StudioComponentType... types)
Filters the request to studio components that are of one of the given types.
|
Copyright © 2023. All rights reserved.