| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStackSetOperationsResult> |
AbstractAmazonCloudFormationAsync.listStackSetOperationsAsync(ListStackSetOperationsRequest request,
AsyncHandler<ListStackSetOperationsRequest,ListStackSetOperationsResult> asyncHandler) |
Future<ListStackSetOperationsResult> |
AmazonCloudFormationAsyncClient.listStackSetOperationsAsync(ListStackSetOperationsRequest request,
AsyncHandler<ListStackSetOperationsRequest,ListStackSetOperationsResult> asyncHandler) |
Future<ListStackSetOperationsResult> |
AmazonCloudFormationAsync.listStackSetOperationsAsync(ListStackSetOperationsRequest listStackSetOperationsRequest,
AsyncHandler<ListStackSetOperationsRequest,ListStackSetOperationsResult> asyncHandler)
Returns summary information about operations performed on a stack set.
|
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationsRequest |
ListStackSetOperationsRequest.clone() |
ListStackSetOperationsRequest |
ListStackSetOperationsRequest.withCallAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
ListStackSetOperationsRequest |
ListStackSetOperationsRequest.withCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
ListStackSetOperationsRequest |
ListStackSetOperationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListStackSetOperationsRequest |
ListStackSetOperationsRequest.withNextToken(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 |
ListStackSetOperationsRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get operation summaries for.
|
Copyright © 2023. All rights reserved.