| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStackInstancesResult> |
AbstractAmazonCloudFormationAsync.createStackInstancesAsync(CreateStackInstancesRequest request,
AsyncHandler<CreateStackInstancesRequest,CreateStackInstancesResult> asyncHandler) |
Future<CreateStackInstancesResult> |
AmazonCloudFormationAsyncClient.createStackInstancesAsync(CreateStackInstancesRequest request,
AsyncHandler<CreateStackInstancesRequest,CreateStackInstancesResult> asyncHandler) |
Future<CreateStackInstancesResult> |
AmazonCloudFormationAsync.createStackInstancesAsync(CreateStackInstancesRequest createStackInstancesRequest,
AsyncHandler<CreateStackInstancesRequest,CreateStackInstancesResult> asyncHandler)
Creates stack instances for the specified accounts, within the specified regions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackInstancesRequest |
CreateStackInstancesRequest.clone() |
CreateStackInstancesRequest |
CreateStackInstancesRequest.withAccounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withAccounts(String... accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withOperationId(String operationId)
The unique identifier for this stack set operation.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withRegions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withRegions(String... regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
Copyright © 2017. All rights reserved.