Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
Future<ImportStacksToStackSetResult> |
AbstractAmazonCloudFormationAsync.importStacksToStackSetAsync(ImportStacksToStackSetRequest request,
AsyncHandler<ImportStacksToStackSetRequest,ImportStacksToStackSetResult> asyncHandler) |
Future<ImportStacksToStackSetResult> |
AmazonCloudFormationAsync.importStacksToStackSetAsync(ImportStacksToStackSetRequest importStacksToStackSetRequest,
AsyncHandler<ImportStacksToStackSetRequest,ImportStacksToStackSetResult> asyncHandler)
Import existing stacks into a new stack sets.
|
Future<ImportStacksToStackSetResult> |
AmazonCloudFormationAsyncClient.importStacksToStackSetAsync(ImportStacksToStackSetRequest request,
AsyncHandler<ImportStacksToStackSetRequest,ImportStacksToStackSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.clone() |
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withCallAs(CallAs callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withCallAs(String callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withOperationId(String operationId)
A unique, user defined, identifier for the stack set operation.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withOrganizationalUnitIds(String... organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withStackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withStackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
|
ImportStacksToStackSetRequest |
ImportStacksToStackSetRequest.withStackSetName(String stackSetName)
The name of the stack set.
|
Copyright © 2023. All rights reserved.