| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static AppBlockBuilderPlatformType |
AppBlockBuilderPlatformType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AppBlockBuilderPlatformType |
AppBlockBuilder.platform()
The platform of the app block builder.
|
AppBlockBuilderPlatformType |
CreateAppBlockBuilderRequest.platform()
The platform of the app block builder.
|
static AppBlockBuilderPlatformType |
AppBlockBuilderPlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppBlockBuilderPlatformType[] |
AppBlockBuilderPlatformType.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<AppBlockBuilderPlatformType> |
AppBlockBuilderPlatformType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppBlockBuilder.Builder |
AppBlockBuilder.Builder.platform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
|
CreateAppBlockBuilderRequest.Builder |
CreateAppBlockBuilderRequest.Builder.platform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
|
Copyright © 2023. All rights reserved.