| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStacksResult> |
AbstractAmazonAppStreamAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonAppStreamAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Describes the specified stacks or all stacks in the account.
|
Future<DescribeStacksResult> |
AmazonAppStreamAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksRequest |
DescribeStacksRequest.clone() |
DescribeStacksRequest |
DescribeStacksRequest.withNames(Collection<String> names)
The names of the stacks to describe.
|
DescribeStacksRequest |
DescribeStacksRequest.withNames(String... names)
The names of the stacks to describe.
|
DescribeStacksRequest |
DescribeStacksRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
Copyright © 2017. All rights reserved.