| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociatedStacksResult> |
AmazonAppStreamAsync.listAssociatedStacksAsync(ListAssociatedStacksRequest listAssociatedStacksRequest,
AsyncHandler<ListAssociatedStacksRequest,ListAssociatedStacksResult> asyncHandler)
Retrieves the name of the stack with which the specified fleet is associated.
|
Future<ListAssociatedStacksResult> |
AbstractAmazonAppStreamAsync.listAssociatedStacksAsync(ListAssociatedStacksRequest request,
AsyncHandler<ListAssociatedStacksRequest,ListAssociatedStacksResult> asyncHandler) |
Future<ListAssociatedStacksResult> |
AmazonAppStreamAsyncClient.listAssociatedStacksAsync(ListAssociatedStacksRequest request,
AsyncHandler<ListAssociatedStacksRequest,ListAssociatedStacksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedStacksRequest |
ListAssociatedStacksRequest.clone() |
ListAssociatedStacksRequest |
ListAssociatedStacksRequest.withFleetName(String fleetName)
The name of the fleet.
|
ListAssociatedStacksRequest |
ListAssociatedStacksRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
Copyright © 2019. All rights reserved.