| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default ListStackSetOperationsResponse |
CloudFormationClient.listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)
Returns summary information about operations performed on a stack set.
|
default CompletableFuture<ListStackSetOperationsResponse> |
CloudFormationAsyncClient.listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)
Returns summary information about operations performed on a stack set.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.builder() |
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.Builder.nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.Builder.stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get operation summaries for.
|
ListStackSetOperationsRequest.Builder |
ListStackSetOperationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStackSetOperationsRequest.Builder> |
ListStackSetOperationsRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.