| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStacksResponse |
AppStreamClient.describeStacks()
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default DescribeStacksResponse |
AppStreamClient.describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default DescribeStacksResponse |
AppStreamClient.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 |
|---|---|
default CompletableFuture<DescribeStacksResponse> |
AppStreamAsyncClient.describeStacks()
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default CompletableFuture<DescribeStacksResponse> |
AppStreamAsyncClient.describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default CompletableFuture<DescribeStacksResponse> |
AppStreamAsyncClient.describeStacks(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
Copyright © 2023. All rights reserved.