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> |
AmazonCloudFormationAsync.createStackInstancesAsync(CreateStackInstancesRequest createStackInstancesRequest,
AsyncHandler<CreateStackInstancesRequest,CreateStackInstancesResult> asyncHandler)
Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions.
|
Future<CreateStackInstancesResult> |
AmazonCloudFormationAsyncClient.createStackInstancesAsync(CreateStackInstancesRequest request,
AsyncHandler<CreateStackInstancesRequest,CreateStackInstancesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateStackInstancesRequest |
CreateStackInstancesRequest.clone() |
CreateStackInstancesRequest |
CreateStackInstancesRequest.withAccounts(Collection<String> accounts)
[Self-managed permissions] The names of one or more Amazon Web Services accounts that you want to create stack
instances in the specified Region(s) for.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withAccounts(String... accounts)
[Self-managed permissions] The names of one or more Amazon Web Services accounts that you want to create stack
instances in the specified Region(s) for.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.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.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.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.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified
Amazon Web Services Regions.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withOperationId(String operationId)
The unique identifier for this stack set operation.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withParameterOverrides(Collection<Parameter> parameterOverrides)
A list of stack set parameters whose values you want to override in the selected stack instances.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withParameterOverrides(Parameter... parameterOverrides)
A list of stack set parameters whose values you want to override in the selected stack instances.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withRegions(Collection<String> regions)
The names of one or more Amazon Web Services Regions where you want to create stack instances using the specified
Amazon Web Services accounts.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withRegions(String... regions)
The names of one or more Amazon Web Services Regions where you want to create stack instances using the specified
Amazon Web Services accounts.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
Copyright © 2023. All rights reserved.