| Package | Description | 
|---|---|
| com.amazonaws.services.cloudformation |  | 
| com.amazonaws.services.cloudformation.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateStackSetResult> | AbstractAmazonCloudFormationAsync. createStackSetAsync(CreateStackSetRequest request,
                   AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler) | 
| Future<CreateStackSetResult> | AmazonCloudFormationAsync. createStackSetAsync(CreateStackSetRequest createStackSetRequest,
                   AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler)
 Creates a stack set. | 
| Future<CreateStackSetResult> | AmazonCloudFormationAsyncClient. createStackSetAsync(CreateStackSetRequest request,
                   AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStackSetRequest | CreateStackSetRequest. clone() | 
| CreateStackSetRequest | CreateStackSetRequest. withAdministrationRoleARN(String administrationRoleARN)
 The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. | 
| CreateStackSetRequest | CreateStackSetRequest. withAutoDeployment(AutoDeployment autoDeployment)
 Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target
 organization or organizational unit (OU). | 
| CreateStackSetRequest | CreateStackSetRequest. 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. | 
| CreateStackSetRequest | CreateStackSetRequest. 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. | 
| CreateStackSetRequest | CreateStackSetRequest. withCapabilities(Capability... capabilities)
 In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
 order for AWS CloudFormation to create the stack set and related stack instances. | 
| CreateStackSetRequest | CreateStackSetRequest. withCapabilities(Collection<String> capabilities)
 In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
 order for AWS CloudFormation to create the stack set and related stack instances. | 
| CreateStackSetRequest | CreateStackSetRequest. withCapabilities(String... capabilities)
 In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in
 order for AWS CloudFormation to create the stack set and related stack instances. | 
| CreateStackSetRequest | CreateStackSetRequest. withClientRequestToken(String clientRequestToken)
 A unique identifier for this  CreateStackSetrequest. | 
| CreateStackSetRequest | CreateStackSetRequest. withDescription(String description)
 A description of the stack set. | 
| CreateStackSetRequest | CreateStackSetRequest. withExecutionRoleName(String executionRoleName)
 The name of the IAM execution role to use to create the stack set. | 
| CreateStackSetRequest | CreateStackSetRequest. withParameters(Collection<Parameter> parameters)
 The input parameters for the stack set template. | 
| CreateStackSetRequest | CreateStackSetRequest. withParameters(Parameter... parameters)
 The input parameters for the stack set template. | 
| CreateStackSetRequest | CreateStackSetRequest. withPermissionModel(PermissionModels permissionModel)
 Describes how the IAM roles required for stack set operations are created. | 
| CreateStackSetRequest | CreateStackSetRequest. withPermissionModel(String permissionModel)
 Describes how the IAM roles required for stack set operations are created. | 
| CreateStackSetRequest | CreateStackSetRequest. withStackSetName(String stackSetName)
 The name to associate with the stack set. | 
| CreateStackSetRequest | CreateStackSetRequest. withTags(Collection<Tag> tags)
 The key-value pairs to associate with this stack set and the stacks created from it. | 
| CreateStackSetRequest | CreateStackSetRequest. withTags(Tag... tags)
 The key-value pairs to associate with this stack set and the stacks created from it. | 
| CreateStackSetRequest | CreateStackSetRequest. withTemplateBody(String templateBody)
 The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
 bytes. | 
| CreateStackSetRequest | CreateStackSetRequest. withTemplateURL(String templateURL)
 The location of the file that contains the template body. | 
Copyright © 2021. All rights reserved.