| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Fleet |
Fleet.clone() |
Fleet |
UpdateFleetResult.getFleet()
Information about the fleet.
|
Fleet |
CreateFleetResult.getFleet()
Information about the fleet.
|
Fleet |
Fleet.withArn(String arn)
The ARN for the fleet.
|
Fleet |
Fleet.withComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity status for the fleet.
|
Fleet |
Fleet.withCreatedTime(Date createdTime)
The time the fleet was created.
|
Fleet |
Fleet.withDescription(String description)
The description to display.
|
Fleet |
Fleet.withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect.
|
Fleet |
Fleet.withDisplayName(String displayName)
The fleet name to display.
|
Fleet |
Fleet.withDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
Fleet |
Fleet.withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the fleet.
|
Fleet |
Fleet.withFleetErrors(Collection<FleetError> fleetErrors)
The fleet errors.
|
Fleet |
Fleet.withFleetErrors(FleetError... fleetErrors)
The fleet errors.
|
Fleet |
Fleet.withFleetType(FleetType fleetType)
The fleet type.
|
Fleet |
Fleet.withFleetType(String fleetType)
The fleet type.
|
Fleet |
Fleet.withIdleDisconnectTimeoutInSeconds(Integer idleDisconnectTimeoutInSeconds)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session
and the
DisconnectTimeoutInSeconds time interval begins. |
Fleet |
Fleet.withImageArn(String imageArn)
The ARN for the public, private, or shared image.
|
Fleet |
Fleet.withImageName(String imageName)
The name of the image used to create the fleet.
|
Fleet |
Fleet.withInstanceType(String instanceType)
The instance type to use when launching fleet instances.
|
Fleet |
Fleet.withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum amount of time that a streaming session can remain active, in seconds.
|
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()
Information about the fleets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFleetResult.setFleet(Fleet fleet)
Information about the fleet.
|
void |
CreateFleetResult.setFleet(Fleet fleet)
Information about the fleet.
|
UpdateFleetResult |
UpdateFleetResult.withFleet(Fleet fleet)
Information about the fleet.
|
CreateFleetResult |
CreateFleetResult.withFleet(Fleet fleet)
Information about the fleet.
|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(Fleet... fleets)
Information about the fleets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetsResult.setFleets(Collection<Fleet> fleets)
Information about the fleets.
|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(Collection<Fleet> fleets)
Information about the fleets.
|
Copyright © 2019. All rights reserved.