| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformType |
PlatformType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PlatformType |
ImageBuilder.platform()
The operating system platform of the image builder.
|
PlatformType |
CreateFleetRequest.platform()
The fleet platform.
|
PlatformType |
Image.platform()
The operating system platform of the image.
|
PlatformType |
Fleet.platform()
The platform of the fleet.
|
PlatformType |
UpdateFleetRequest.platform()
The platform of the fleet.
|
static PlatformType |
PlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformType[] |
PlatformType.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<PlatformType> |
PlatformType.knownValues()
|
List<PlatformType> |
Application.platforms()
The platforms on which the application can run.
|
List<PlatformType> |
CreateApplicationRequest.platforms()
The platforms the application supports.
|
| Modifier and Type | Method and Description |
|---|---|
ImageBuilder.Builder |
ImageBuilder.Builder.platform(PlatformType platform)
The operating system platform of the image builder.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.platform(PlatformType platform)
The fleet platform.
|
Image.Builder |
Image.Builder.platform(PlatformType platform)
The operating system platform of the image.
|
Fleet.Builder |
Fleet.Builder.platform(PlatformType platform)
The platform of the fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.platform(PlatformType platform)
The platform of the fleet.
|
Application.Builder |
Application.Builder.platforms(PlatformType... platforms)
The platforms on which the application can run.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.platforms(PlatformType... platforms)
The platforms the application supports.
|
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.platforms(Collection<PlatformType> platforms)
The platforms on which the application can run.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.platforms(Collection<PlatformType> platforms)
The platforms the application supports.
|
Copyright © 2023. All rights reserved.