| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
AmazonAppStreamClient.describeStacks(DescribeStacksRequest request)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
DescribeStacksResult |
AbstractAmazonAppStream.describeStacks(DescribeStacksRequest request) |
DescribeStacksResult |
AmazonAppStream.describeStacks(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStacksResult> |
AbstractAmazonAppStreamAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonAppStreamAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonAppStreamAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
DescribeStacksResult.clone() |
DescribeStacksResult |
DescribeStacksResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Collection<Stack> stacks)
Information about the stacks.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
Information about the stacks.
|
Copyright © 2024. All rights reserved.