| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentSubtype |
StudioComponentSubtype.fromValue(String value)
Use this in place of valueOf.
|
static StudioComponentSubtype |
StudioComponentSubtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioComponentSubtype[] |
StudioComponentSubtype.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.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
CreateStudioComponentRequest |
CreateStudioComponentRequest.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponentSummary |
StudioComponentSummary.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponent |
StudioComponent.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
Copyright © 2023. All rights reserved.