| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AmazonAppStreamAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonAppStreamAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet.
|
Future<CreateFleetResult> |
AbstractAmazonAppStreamAsync.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.withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum concurrent sessions of the Elastic fleet.
|
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.withPlatform(PlatformType platform)
The fleet platform.
|
CreateFleetRequest |
CreateFleetRequest.withPlatform(String platform)
The fleet platform.
|
CreateFleetRequest |
CreateFleetRequest.withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
CreateFleetRequest |
CreateFleetRequest.withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withStreamView(String streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Map<String,String> tags)
The tags to associate with the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withUsbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings)
The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session,
when using the Windows native client.
|
CreateFleetRequest |
CreateFleetRequest.withUsbDeviceFilterStrings(String... usbDeviceFilterStrings)
The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session,
when using the Windows native client.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
Copyright © 2023. All rights reserved.