| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Fleet |
Fleet.clone() |
Fleet |
UpdateFleetResult.getFleet()
A list of fleet details.
|
Fleet |
CreateFleetResult.getFleet()
The details for the created fleet.
|
Fleet |
Fleet.withArn(String arn)
The ARN for the fleet.
|
Fleet |
Fleet.withComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity information for the fleet.
|
Fleet |
Fleet.withCreatedTime(Date createdTime)
The time at which the fleet was created.
|
Fleet |
Fleet.withDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
|
Fleet |
Fleet.withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The time after disconnection when a session is considered to have ended.
|
Fleet |
Fleet.withDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
|
Fleet |
Fleet.withFleetErrors(Collection<FleetError> fleetErrors)
The list of fleet errors is appended to this list.
|
Fleet |
Fleet.withFleetErrors(FleetError... fleetErrors)
The list of fleet errors is appended to this list.
|
Fleet |
Fleet.withImageName(String imageName)
The image used by the fleet.
|
Fleet |
Fleet.withInstanceType(String instanceType)
The instance type of compute resources for the fleet.
|
Fleet |
Fleet.withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum time during which a streaming session can run.
|
Fleet |
Fleet.withName(String name)
The name of the fleet.
|
Fleet |
Fleet.withState(FleetState state)
The current state for the fleet.
|
Fleet |
Fleet.withState(String state)
The current state for the fleet.
|
Fleet |
Fleet.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Fleet> |
DescribeFleetsResult.getFleets()
The list of fleet details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFleetResult.setFleet(Fleet fleet)
A list of fleet details.
|
void |
CreateFleetResult.setFleet(Fleet fleet)
The details for the created fleet.
|
UpdateFleetResult |
UpdateFleetResult.withFleet(Fleet fleet)
A list of fleet details.
|
CreateFleetResult |
CreateFleetResult.withFleet(Fleet fleet)
The details for the created fleet.
|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(Fleet... fleets)
The list of fleet details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetsResult.setFleets(Collection<Fleet> fleets)
The list of fleet details.
|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(Collection<Fleet> fleets)
The list of fleet details.
|
Copyright © 2017. All rights reserved.