| 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 fleet.
|
Future<CreateFleetResult> |
AmazonAppStreamAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest |
CreateFleetRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFleetRequest |
CreateFleetRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withComputeCapacity(ComputeCapacity computeCapacity)
The desired capacity for the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withDescription(String description)
The description to display.
|
CreateFleetRequest |
CreateFleetRequest.withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect.
|
CreateFleetRequest |
CreateFleetRequest.withDisplayName(String displayName)
The fleet name to display.
|
CreateFleetRequest |
CreateFleetRequest.withDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
CreateFleetRequest |
CreateFleetRequest.withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withFleetType(FleetType fleetType)
The fleet type.
|
CreateFleetRequest |
CreateFleetRequest.withFleetType(String fleetType)
The fleet type.
|
CreateFleetRequest |
CreateFleetRequest.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the fleet.
|
CreateFleetRequest |
CreateFleetRequest.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. |
CreateFleetRequest |
CreateFleetRequest.withImageArn(String imageArn)
The ARN of the public, private, or shared image to use.
|
CreateFleetRequest |
CreateFleetRequest.withImageName(String imageName)
The name of the image used to create the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withInstanceType(String instanceType)
The instance type to use when launching fleet instances.
|
CreateFleetRequest |
CreateFleetRequest.withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum amount of time that a streaming session can remain active, in seconds.
|
CreateFleetRequest |
CreateFleetRequest.withName(String name)
A unique name for the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Map<String,String> tags)
The tags to associate with the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
Copyright © 2020. All rights reserved.