| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamView |
StreamView.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
Fleet.setStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet |
Fleet.withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Copyright © 2024. All rights reserved.