| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.paginators | |
| software.amazon.awssdk.services.cloudformation.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStackSetsResponse> |
CloudFormationAsyncClient.listStackSets(ListStackSetsRequest listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
default ListStackSetsResponse |
CloudFormationClient.listStackSets(ListStackSetsRequest listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
default ListStackSetsPublisher |
CloudFormationAsyncClient.listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
default ListStackSetsIterable |
CloudFormationClient.listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
| Constructor and Description |
|---|
ListStackSetsIterable(CloudFormationClient client,
ListStackSetsRequest firstRequest) |
ListStackSetsPublisher(CloudFormationAsyncClient client,
ListStackSetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStackSetsRequestMarshaller.marshall(ListStackSetsRequest listStackSetsRequest) |
Copyright © 2021. All rights reserved.