| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamView |
StreamView.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StreamView |
CreateFleetRequest.streamView()
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
StreamView |
Fleet.streamView()
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
StreamView |
UpdateFleetRequest.streamView()
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
static StreamView |
StreamView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamView[] |
StreamView.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<StreamView> |
StreamView.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.streamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet.Builder |
Fleet.Builder.streamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.streamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Copyright © 2023. All rights reserved.