| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStreamingURLResult> |
AbstractAmazonAppStreamAsync.createStreamingURLAsync(CreateStreamingURLRequest request,
AsyncHandler<CreateStreamingURLRequest,CreateStreamingURLResult> asyncHandler) |
Future<CreateStreamingURLResult> |
AmazonAppStreamAsync.createStreamingURLAsync(CreateStreamingURLRequest createStreamingURLRequest,
AsyncHandler<CreateStreamingURLRequest,CreateStreamingURLResult> asyncHandler)
Creates a URL to start an AppStream 2.0 streaming session for a user.
|
Future<CreateStreamingURLResult> |
AmazonAppStreamAsyncClient.createStreamingURLAsync(CreateStreamingURLRequest request,
AsyncHandler<CreateStreamingURLRequest,CreateStreamingURLResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingURLRequest |
CreateStreamingURLRequest.clone() |
CreateStreamingURLRequest |
CreateStreamingURLRequest.withApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
|
CreateStreamingURLRequest |
CreateStreamingURLRequest.withFleetName(String fleetName)
The fleet for which the URL is generated.
|
CreateStreamingURLRequest |
CreateStreamingURLRequest.withSessionContext(String sessionContext)
The sessionContext of the streaming URL.
|
CreateStreamingURLRequest |
CreateStreamingURLRequest.withStackName(String stackName)
The stack for which the URL is generated.
|
CreateStreamingURLRequest |
CreateStreamingURLRequest.withUserId(String userId)
A unique user ID for whom the URL is generated.
|
CreateStreamingURLRequest |
CreateStreamingURLRequest.withValidity(Long validity)
The duration up to which the URL returned by this action is valid.
|
Copyright © 2017. All rights reserved.