| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectStackSetDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackSetDriftAsync(DetectStackSetDriftRequest request,
AsyncHandler<DetectStackSetDriftRequest,DetectStackSetDriftResult> asyncHandler) |
Future<DetectStackSetDriftResult> |
AmazonCloudFormationAsync.detectStackSetDriftAsync(DetectStackSetDriftRequest detectStackSetDriftRequest,
AsyncHandler<DetectStackSetDriftRequest,DetectStackSetDriftResult> asyncHandler)
Detect drift on a stack set.
|
Future<DetectStackSetDriftResult> |
AmazonCloudFormationAsyncClient.detectStackSetDriftAsync(DetectStackSetDriftRequest request,
AsyncHandler<DetectStackSetDriftRequest,DetectStackSetDriftResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.clone() |
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.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.
|
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.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.
|
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.withOperationId(String operationId)
The ID of the stack set operation.
|
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences) |
DetectStackSetDriftRequest |
DetectStackSetDriftRequest.withStackSetName(String stackSetName)
The name of the stack set on which to perform the drift detection operation.
|
Copyright © 2022. All rights reserved.