| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetResult> |
AbstractAmazonAppStreamAsync.updateFleetAsync(UpdateFleetRequest request,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler) |
Future<UpdateFleetResult> |
AmazonAppStreamAsync.updateFleetAsync(UpdateFleetRequest updateFleetRequest,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
Updates an existing fleet.
|
Future<UpdateFleetResult> |
AmazonAppStreamAsyncClient.updateFleetAsync(UpdateFleetRequest request,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetRequest |
UpdateFleetRequest.clone() |
UpdateFleetRequest |
UpdateFleetRequest.withComputeCapacity(ComputeCapacity computeCapacity)
The parameters for the capacity allocated to the fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withDeleteVpcConfig(Boolean deleteVpcConfig)
Delete the VPC association for the specified fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
|
UpdateFleetRequest |
UpdateFleetRequest.withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The time after disconnection when a session is considered to have ended.
|
UpdateFleetRequest |
UpdateFleetRequest.withDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
|
UpdateFleetRequest |
UpdateFleetRequest.withImageName(String imageName)
The image name from which a fleet is created.
|
UpdateFleetRequest |
UpdateFleetRequest.withInstanceType(String instanceType)
The instance type of compute resources for the fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum time during which a streaming session can run.
|
UpdateFleetRequest |
UpdateFleetRequest.withName(String name)
The name of the fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
Copyright © 2016. All rights reserved.