| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AbstractAmazonAppStreamAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonAppStreamAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a new fleet.
|
Future<CreateFleetResult> |
AmazonAppStreamAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withComputeCapacity(ComputeCapacity computeCapacity)
The parameters for the capacity allocated to the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withDescription(String description)
The description of the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The time after disconnection when a session is considered to have ended.
|
CreateFleetRequest |
CreateFleetRequest.withDisplayName(String displayName)
The display name of the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enable/Disable default Internet access from fleet.
|
CreateFleetRequest |
CreateFleetRequest.withImageName(String imageName)
Unique name of the image used by the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withInstanceType(String instanceType)
The instance type of compute resources for the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum time up to which a streaming session can run.
|
CreateFleetRequest |
CreateFleetRequest.withName(String name)
A unique identifier for the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
Copyright © 2017. All rights reserved.