| Package | Description | 
|---|---|
| com.amazonaws.services.cloudformation | 
 | 
| com.amazonaws.services.cloudformation.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateStackSetResult> | 
AmazonCloudFormationAsync.createStackSetAsync(CreateStackSetRequest createStackSetRequest,
                   AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler)
 Creates a stack set. 
 | 
Future<CreateStackSetResult> | 
AmazonCloudFormationAsyncClient.createStackSetAsync(CreateStackSetRequest request,
                   AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler)  | 
Future<CreateStackSetResult> | 
AbstractAmazonCloudFormationAsync.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.withCapabilities(Capability... capabilities)
 In some cases, you must explicity 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 explicity 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 explicity 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  
CreateStackSet request. | 
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.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 © 2019. All rights reserved.