Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
Future<StopStackSetOperationResult> |
AmazonCloudFormationAsyncClient.stopStackSetOperationAsync(StopStackSetOperationRequest request,
AsyncHandler<StopStackSetOperationRequest,StopStackSetOperationResult> asyncHandler) |
Future<StopStackSetOperationResult> |
AbstractAmazonCloudFormationAsync.stopStackSetOperationAsync(StopStackSetOperationRequest request,
AsyncHandler<StopStackSetOperationRequest,StopStackSetOperationResult> asyncHandler) |
Future<StopStackSetOperationResult> |
AmazonCloudFormationAsync.stopStackSetOperationAsync(StopStackSetOperationRequest stopStackSetOperationRequest,
AsyncHandler<StopStackSetOperationRequest,StopStackSetOperationResult> asyncHandler)
Stops an in-progress operation on a stack set and its associated stack instances.
|
Modifier and Type | Method and Description |
---|---|
StopStackSetOperationRequest |
StopStackSetOperationRequest.clone() |
StopStackSetOperationRequest |
StopStackSetOperationRequest.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.
|
StopStackSetOperationRequest |
StopStackSetOperationRequest.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.
|
StopStackSetOperationRequest |
StopStackSetOperationRequest.withOperationId(String operationId)
The ID of the stack operation.
|
StopStackSetOperationRequest |
StopStackSetOperationRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to stop the operation for.
|
Copyright © 2024. All rights reserved.