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