Skip navigation links
A B C D E F G H I L N O P R S T U V W 

A

AbstractAmazonCloudFormation - Class in com.amazonaws.services.cloudformation
Abstract implementation of AmazonCloudFormation.
AbstractAmazonCloudFormation() - Constructor for class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
AbstractAmazonCloudFormationAsync - Class in com.amazonaws.services.cloudformation
Abstract implementation of AmazonCloudFormationAsync.
AbstractAmazonCloudFormationAsync() - Constructor for class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
AccountGateResult - Class in com.amazonaws.services.cloudformation.model
Structure that contains the results of the account gate function which AWS CloudFormation invokes, if present, before proceeding with a stack set operation in an account and region.
AccountGateResult() - Constructor for class com.amazonaws.services.cloudformation.model.AccountGateResult
 
AccountGateStatus - Enum in com.amazonaws.services.cloudformation.model
 
AccountLimit - Class in com.amazonaws.services.cloudformation.model
The AccountLimit data type.
AccountLimit() - Constructor for class com.amazonaws.services.cloudformation.model.AccountLimit
 
addResourceIdentifierEntry(String, String) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
 
AlreadyExistsException - Exception in com.amazonaws.services.cloudformation.model
The resource with the name requested already exists.
AlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.AlreadyExistsException
Constructs a new AlreadyExistsException with the specified error message.
AmazonCloudFormation - Interface in com.amazonaws.services.cloudformation
Interface for accessing AWS CloudFormation.
AmazonCloudFormationAsync - Interface in com.amazonaws.services.cloudformation
Interface for accessing AWS CloudFormation asynchronously.
AmazonCloudFormationAsyncClient - Class in com.amazonaws.services.cloudformation
Client for accessing AWS CloudFormation asynchronously.
AmazonCloudFormationAsyncClient() - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
AmazonCloudFormationAsyncClientBuilder - Class in com.amazonaws.services.cloudformation
Fluent builder for AmazonCloudFormationAsync.
AmazonCloudFormationClient - Class in com.amazonaws.services.cloudformation
Client for accessing AWS CloudFormation.
AmazonCloudFormationClient() - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonCloudFormationClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonCloudFormationClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
AmazonCloudFormationClientBuilder - Class in com.amazonaws.services.cloudformation
Fluent builder for AmazonCloudFormation.
AmazonCloudFormationException - Exception in com.amazonaws.services.cloudformation.model
Base exception for all service exceptions thrown by AWS CloudFormation
AmazonCloudFormationException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.AmazonCloudFormationException
Constructs a new AmazonCloudFormationException with the specified error message.
AmazonCloudFormationWaiters - Class in com.amazonaws.services.cloudformation.waiters
 
AmazonCloudFormationWaiters(AmazonCloudFormation) - Constructor for class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Constructs a new AmazonCloudFormationWaiters with the given client
apply(DescribeChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.waiters.DescribeChangeSetFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(DescribeStacksRequest) - Method in class com.amazonaws.services.cloudformation.waiters.DescribeStacksFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(DescribeTypeRegistrationRequest) - Method in class com.amazonaws.services.cloudformation.waiters.DescribeTypeRegistrationFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
asyncBuilder() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
AutoDeployment - Class in com.amazonaws.services.cloudformation.model
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
AutoDeployment() - Constructor for class com.amazonaws.services.cloudformation.model.AutoDeployment
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClientBuilder
Construct an asynchronous implementation of AmazonCloudFormationAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClientBuilder
Construct a synchronous implementation of AmazonCloudFormation using the current builder configuration.
builder() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 

C

cancelUpdateStack(CancelUpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
cancelUpdateStack(CancelUpdateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Cancels an update on the specified stack.
cancelUpdateStack(CancelUpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Cancels an update on the specified stack.
cancelUpdateStackAsync(CancelUpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
cancelUpdateStackAsync(CancelUpdateStackRequest, AsyncHandler<CancelUpdateStackRequest, CancelUpdateStackResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
cancelUpdateStackAsync(CancelUpdateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Cancels an update on the specified stack.
cancelUpdateStackAsync(CancelUpdateStackRequest, AsyncHandler<CancelUpdateStackRequest, CancelUpdateStackResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Cancels an update on the specified stack.
cancelUpdateStackAsync(CancelUpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
cancelUpdateStackAsync(CancelUpdateStackRequest, AsyncHandler<CancelUpdateStackRequest, CancelUpdateStackResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
CancelUpdateStackRequest - Class in com.amazonaws.services.cloudformation.model
The input for the CancelUpdateStack action.
CancelUpdateStackRequest() - Constructor for class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
 
CancelUpdateStackResult - Class in com.amazonaws.services.cloudformation.model
 
CancelUpdateStackResult() - Constructor for class com.amazonaws.services.cloudformation.model.CancelUpdateStackResult
 
Capability - Enum in com.amazonaws.services.cloudformation.model
 
CFNRegistryException - Exception in com.amazonaws.services.cloudformation.model
An error occurred during a CloudFormation registry operation.
CFNRegistryException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.CFNRegistryException
Constructs a new CFNRegistryException with the specified error message.
Change - Class in com.amazonaws.services.cloudformation.model
The Change structure describes the changes AWS CloudFormation will perform if you execute the change set.
Change() - Constructor for class com.amazonaws.services.cloudformation.model.Change
 
ChangeAction - Enum in com.amazonaws.services.cloudformation.model
 
changeSetCreateComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a ChangeSetCreateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
ChangeSetNotFoundException - Exception in com.amazonaws.services.cloudformation.model
The specified change set name or ID doesn't exit.
ChangeSetNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.ChangeSetNotFoundException
Constructs a new ChangeSetNotFoundException with the specified error message.
ChangeSetStatus - Enum in com.amazonaws.services.cloudformation.model
 
ChangeSetSummary - Class in com.amazonaws.services.cloudformation.model
The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.
ChangeSetSummary() - Constructor for class com.amazonaws.services.cloudformation.model.ChangeSetSummary
 
ChangeSetType - Enum in com.amazonaws.services.cloudformation.model
 
ChangeSource - Enum in com.amazonaws.services.cloudformation.model
 
ChangeType - Enum in com.amazonaws.services.cloudformation.model
 
clearResourceIdentifierEntries() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
Removes all the entries added into ResourceIdentifier.
clone() - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
 
clone() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Change
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Export
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Output
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Parameter
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
 
clone() - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
 
clone() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
 
clone() - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Stack
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResource
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSet
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.Tag
 
clone() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
 
clone() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
 
clone() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
 
CloudFormationActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for AWS CloudFormation.
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.cloudformation - package com.amazonaws.services.cloudformation
AWS CloudFormation
com.amazonaws.services.cloudformation.model - package com.amazonaws.services.cloudformation.model
 
com.amazonaws.services.cloudformation.waiters - package com.amazonaws.services.cloudformation.waiters
 
configFactory - Static variable in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Client configuration factory providing ClientConfigurations tailored to this client
continueUpdateRollback(ContinueUpdateRollbackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
continueUpdateRollback(ContinueUpdateRollbackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
For a specified stack that is in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE state.
continueUpdateRollback(ContinueUpdateRollbackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
For a specified stack that is in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE state.
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
For a specified stack that is in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE state.
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
For a specified stack that is in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the UPDATE_ROLLBACK_COMPLETE state.
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
continueUpdateRollbackAsync(ContinueUpdateRollbackRequest, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ContinueUpdateRollbackRequest - Class in com.amazonaws.services.cloudformation.model
The input for the ContinueUpdateRollback action.
ContinueUpdateRollbackRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
 
ContinueUpdateRollbackResult - Class in com.amazonaws.services.cloudformation.model
The output for a ContinueUpdateRollback action.
ContinueUpdateRollbackResult() - Constructor for class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
 
createChangeSet(CreateChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
createChangeSet(CreateChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.
createChangeSet(CreateChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.
createChangeSetAsync(CreateChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createChangeSetAsync(CreateChangeSetRequest, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createChangeSetAsync(CreateChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.
createChangeSetAsync(CreateChangeSetRequest, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.
createChangeSetAsync(CreateChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
createChangeSetAsync(CreateChangeSetRequest, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
CreateChangeSetRequest - Class in com.amazonaws.services.cloudformation.model
The input for the CreateChangeSet action.
CreateChangeSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
 
CreateChangeSetResult - Class in com.amazonaws.services.cloudformation.model
The output for the CreateChangeSet action.
CreateChangeSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
 
CreatedButModifiedException - Exception in com.amazonaws.services.cloudformation.model
The specified resource exists, but has been changed.
CreatedButModifiedException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.CreatedButModifiedException
Constructs a new CreatedButModifiedException with the specified error message.
createStack(CreateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
createStack(CreateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Creates a stack as specified in the template.
createStack(CreateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Creates a stack as specified in the template.
createStackAsync(CreateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackAsync(CreateStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackAsync(CreateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a stack as specified in the template.
createStackAsync(CreateStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a stack as specified in the template.
createStackAsync(CreateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
createStackAsync(CreateStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
createStackInstances(CreateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
createStackInstances(CreateStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Creates stack instances for the specified accounts, within the specified regions.
createStackInstances(CreateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Creates stack instances for the specified accounts, within the specified regions.
createStackInstancesAsync(CreateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackInstancesAsync(CreateStackInstancesRequest, AsyncHandler<CreateStackInstancesRequest, CreateStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackInstancesAsync(CreateStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates stack instances for the specified accounts, within the specified regions.
createStackInstancesAsync(CreateStackInstancesRequest, AsyncHandler<CreateStackInstancesRequest, CreateStackInstancesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates stack instances for the specified accounts, within the specified regions.
createStackInstancesAsync(CreateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
createStackInstancesAsync(CreateStackInstancesRequest, AsyncHandler<CreateStackInstancesRequest, CreateStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
CreateStackInstancesRequest - Class in com.amazonaws.services.cloudformation.model
 
CreateStackInstancesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
 
CreateStackInstancesResult - Class in com.amazonaws.services.cloudformation.model
 
CreateStackInstancesResult() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
 
CreateStackRequest - Class in com.amazonaws.services.cloudformation.model
The input for CreateStack action.
CreateStackRequest() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackRequest
 
CreateStackResult - Class in com.amazonaws.services.cloudformation.model
The output for a CreateStack action.
CreateStackResult() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackResult
 
createStackSet(CreateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
createStackSet(CreateStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Creates a stack set.
createStackSet(CreateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Creates a stack set.
createStackSetAsync(CreateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackSetAsync(CreateStackSetRequest, AsyncHandler<CreateStackSetRequest, CreateStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
createStackSetAsync(CreateStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a stack set.
createStackSetAsync(CreateStackSetRequest, AsyncHandler<CreateStackSetRequest, CreateStackSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Creates a stack set.
createStackSetAsync(CreateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
createStackSetAsync(CreateStackSetRequest, AsyncHandler<CreateStackSetRequest, CreateStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
CreateStackSetRequest - Class in com.amazonaws.services.cloudformation.model
 
CreateStackSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
 
CreateStackSetResult - Class in com.amazonaws.services.cloudformation.model
 
CreateStackSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.CreateStackSetResult
 

D

defaultClient() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClientBuilder
 
deleteChangeSet(DeleteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
deleteChangeSet(DeleteChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deletes the specified change set.
deleteChangeSet(DeleteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Deletes the specified change set.
deleteChangeSetAsync(DeleteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteChangeSetAsync(DeleteChangeSetRequest, AsyncHandler<DeleteChangeSetRequest, DeleteChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteChangeSetAsync(DeleteChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes the specified change set.
deleteChangeSetAsync(DeleteChangeSetRequest, AsyncHandler<DeleteChangeSetRequest, DeleteChangeSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes the specified change set.
deleteChangeSetAsync(DeleteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deleteChangeSetAsync(DeleteChangeSetRequest, AsyncHandler<DeleteChangeSetRequest, DeleteChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DeleteChangeSetRequest - Class in com.amazonaws.services.cloudformation.model
The input for the DeleteChangeSet action.
DeleteChangeSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
 
DeleteChangeSetResult - Class in com.amazonaws.services.cloudformation.model
The output for the DeleteChangeSet action.
DeleteChangeSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteChangeSetResult
 
deleteStack(DeleteStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
deleteStack(DeleteStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deletes a specified stack.
deleteStack(DeleteStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Deletes a specified stack.
deleteStackAsync(DeleteStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackAsync(DeleteStackRequest, AsyncHandler<DeleteStackRequest, DeleteStackResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackAsync(DeleteStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes a specified stack.
deleteStackAsync(DeleteStackRequest, AsyncHandler<DeleteStackRequest, DeleteStackResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes a specified stack.
deleteStackAsync(DeleteStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deleteStackAsync(DeleteStackRequest, AsyncHandler<DeleteStackRequest, DeleteStackResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deleteStackInstances(DeleteStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
deleteStackInstances(DeleteStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deletes stack instances for the specified accounts, in the specified regions.
deleteStackInstances(DeleteStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Deletes stack instances for the specified accounts, in the specified regions.
deleteStackInstancesAsync(DeleteStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackInstancesAsync(DeleteStackInstancesRequest, AsyncHandler<DeleteStackInstancesRequest, DeleteStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackInstancesAsync(DeleteStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes stack instances for the specified accounts, in the specified regions.
deleteStackInstancesAsync(DeleteStackInstancesRequest, AsyncHandler<DeleteStackInstancesRequest, DeleteStackInstancesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes stack instances for the specified accounts, in the specified regions.
deleteStackInstancesAsync(DeleteStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deleteStackInstancesAsync(DeleteStackInstancesRequest, AsyncHandler<DeleteStackInstancesRequest, DeleteStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DeleteStackInstancesRequest - Class in com.amazonaws.services.cloudformation.model
 
DeleteStackInstancesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
 
DeleteStackInstancesResult - Class in com.amazonaws.services.cloudformation.model
 
DeleteStackInstancesResult() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
 
DeleteStackRequest - Class in com.amazonaws.services.cloudformation.model
The input for DeleteStack action.
DeleteStackRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackRequest
 
DeleteStackResult - Class in com.amazonaws.services.cloudformation.model
 
DeleteStackResult() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackResult
 
deleteStackSet(DeleteStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
deleteStackSet(DeleteStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deletes a stack set.
deleteStackSet(DeleteStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Deletes a stack set.
deleteStackSetAsync(DeleteStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackSetAsync(DeleteStackSetRequest, AsyncHandler<DeleteStackSetRequest, DeleteStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deleteStackSetAsync(DeleteStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes a stack set.
deleteStackSetAsync(DeleteStackSetRequest, AsyncHandler<DeleteStackSetRequest, DeleteStackSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Deletes a stack set.
deleteStackSetAsync(DeleteStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deleteStackSetAsync(DeleteStackSetRequest, AsyncHandler<DeleteStackSetRequest, DeleteStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DeleteStackSetRequest - Class in com.amazonaws.services.cloudformation.model
 
DeleteStackSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
 
DeleteStackSetResult - Class in com.amazonaws.services.cloudformation.model
 
DeleteStackSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.DeleteStackSetResult
 
DeploymentTargets - Class in com.amazonaws.services.cloudformation.model
[Service-managed permissions] The AWS Organizations accounts to which StackSets deploys.
DeploymentTargets() - Constructor for class com.amazonaws.services.cloudformation.model.DeploymentTargets
 
DeprecatedStatus - Enum in com.amazonaws.services.cloudformation.model
 
deregisterType(DeregisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
deregisterType(DeregisterTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Removes a type or type version from active use in the CloudFormation registry.
deregisterType(DeregisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Removes a type or type version from active use in the CloudFormation registry.
deregisterTypeAsync(DeregisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deregisterTypeAsync(DeregisterTypeRequest, AsyncHandler<DeregisterTypeRequest, DeregisterTypeResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
deregisterTypeAsync(DeregisterTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Removes a type or type version from active use in the CloudFormation registry.
deregisterTypeAsync(DeregisterTypeRequest, AsyncHandler<DeregisterTypeRequest, DeregisterTypeResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Removes a type or type version from active use in the CloudFormation registry.
deregisterTypeAsync(DeregisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
deregisterTypeAsync(DeregisterTypeRequest, AsyncHandler<DeregisterTypeRequest, DeregisterTypeResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DeregisterTypeRequest - Class in com.amazonaws.services.cloudformation.model
 
DeregisterTypeRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
 
DeregisterTypeResult - Class in com.amazonaws.services.cloudformation.model
 
DeregisterTypeResult() - Constructor for class com.amazonaws.services.cloudformation.model.DeregisterTypeResult
 
describeAccountLimits(DescribeAccountLimitsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeAccountLimits(DescribeAccountLimitsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
describeAccountLimits(DescribeAccountLimitsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
describeAccountLimitsAsync(DescribeAccountLimitsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeAccountLimitsAsync(DescribeAccountLimitsRequest, AsyncHandler<DescribeAccountLimitsRequest, DescribeAccountLimitsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeAccountLimitsAsync(DescribeAccountLimitsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
describeAccountLimitsAsync(DescribeAccountLimitsRequest, AsyncHandler<DescribeAccountLimitsRequest, DescribeAccountLimitsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
describeAccountLimitsAsync(DescribeAccountLimitsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeAccountLimitsAsync(DescribeAccountLimitsRequest, AsyncHandler<DescribeAccountLimitsRequest, DescribeAccountLimitsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeAccountLimitsRequest - Class in com.amazonaws.services.cloudformation.model
The input for the DescribeAccountLimits action.
DescribeAccountLimitsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
 
DescribeAccountLimitsResult - Class in com.amazonaws.services.cloudformation.model
The output for the DescribeAccountLimits action.
DescribeAccountLimitsResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
 
describeChangeSet(DescribeChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeChangeSet(DescribeChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.
describeChangeSet(DescribeChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.
describeChangeSetAsync(DescribeChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeChangeSetAsync(DescribeChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.
describeChangeSetAsync(DescribeChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeChangeSetFunction - Class in com.amazonaws.services.cloudformation.waiters
 
DescribeChangeSetFunction(AmazonCloudFormation) - Constructor for class com.amazonaws.services.cloudformation.waiters.DescribeChangeSetFunction
Constructs a new DescribeChangeSetFunction with the given client
DescribeChangeSetRequest - Class in com.amazonaws.services.cloudformation.model
The input for the DescribeChangeSet action.
DescribeChangeSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
 
DescribeChangeSetResult - Class in com.amazonaws.services.cloudformation.model
The output for the DescribeChangeSet action.
DescribeChangeSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
 
describeStackDriftDetectionStatus(DescribeStackDriftDetectionStatusRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackDriftDetectionStatus(DescribeStackDriftDetectionStatusRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns information about a stack drift detection operation.
describeStackDriftDetectionStatus(DescribeStackDriftDetectionStatusRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns information about a stack drift detection operation.
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest, AsyncHandler<DescribeStackDriftDetectionStatusRequest, DescribeStackDriftDetectionStatusResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a stack drift detection operation.
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest, AsyncHandler<DescribeStackDriftDetectionStatusRequest, DescribeStackDriftDetectionStatusResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a stack drift detection operation.
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackDriftDetectionStatusAsync(DescribeStackDriftDetectionStatusRequest, AsyncHandler<DescribeStackDriftDetectionStatusRequest, DescribeStackDriftDetectionStatusResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackDriftDetectionStatusRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackDriftDetectionStatusRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
 
DescribeStackDriftDetectionStatusResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackDriftDetectionStatusResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
 
describeStackEvents(DescribeStackEventsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackEvents(DescribeStackEventsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns all stack related events for a specified stack in reverse chronological order.
describeStackEvents(DescribeStackEventsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns all stack related events for a specified stack in reverse chronological order.
describeStackEventsAsync(DescribeStackEventsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackEventsAsync(DescribeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest, DescribeStackEventsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackEventsAsync(DescribeStackEventsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns all stack related events for a specified stack in reverse chronological order.
describeStackEventsAsync(DescribeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest, DescribeStackEventsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns all stack related events for a specified stack in reverse chronological order.
describeStackEventsAsync(DescribeStackEventsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackEventsAsync(DescribeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest, DescribeStackEventsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackEventsRequest - Class in com.amazonaws.services.cloudformation.model
The input for DescribeStackEvents action.
DescribeStackEventsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
 
DescribeStackEventsResult - Class in com.amazonaws.services.cloudformation.model
The output for a DescribeStackEvents action.
DescribeStackEventsResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
 
describeStackInstance(DescribeStackInstanceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackInstance(DescribeStackInstanceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
describeStackInstance(DescribeStackInstanceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
describeStackInstanceAsync(DescribeStackInstanceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackInstanceAsync(DescribeStackInstanceRequest, AsyncHandler<DescribeStackInstanceRequest, DescribeStackInstanceResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackInstanceAsync(DescribeStackInstanceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
describeStackInstanceAsync(DescribeStackInstanceRequest, AsyncHandler<DescribeStackInstanceRequest, DescribeStackInstanceResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
describeStackInstanceAsync(DescribeStackInstanceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackInstanceAsync(DescribeStackInstanceRequest, AsyncHandler<DescribeStackInstanceRequest, DescribeStackInstanceResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackInstanceRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackInstanceRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
 
DescribeStackInstanceResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackInstanceResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
 
describeStackResource(DescribeStackResourceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackResource(DescribeStackResourceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns a description of the specified resource in the specified stack.
describeStackResource(DescribeStackResourceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns a description of the specified resource in the specified stack.
describeStackResourceAsync(DescribeStackResourceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourceAsync(DescribeStackResourceRequest, AsyncHandler<DescribeStackResourceRequest, DescribeStackResourceResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourceAsync(DescribeStackResourceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns a description of the specified resource in the specified stack.
describeStackResourceAsync(DescribeStackResourceRequest, AsyncHandler<DescribeStackResourceRequest, DescribeStackResourceResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns a description of the specified resource in the specified stack.
describeStackResourceAsync(DescribeStackResourceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackResourceAsync(DescribeStackResourceRequest, AsyncHandler<DescribeStackResourceRequest, DescribeStackResourceResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackResourceDrifts(DescribeStackResourceDriftsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackResourceDrifts(DescribeStackResourceDriftsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns drift information for the resources that have been checked for drift in the specified stack.
describeStackResourceDrifts(DescribeStackResourceDriftsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns drift information for the resources that have been checked for drift in the specified stack.
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest, AsyncHandler<DescribeStackResourceDriftsRequest, DescribeStackResourceDriftsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns drift information for the resources that have been checked for drift in the specified stack.
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest, AsyncHandler<DescribeStackResourceDriftsRequest, DescribeStackResourceDriftsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns drift information for the resources that have been checked for drift in the specified stack.
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackResourceDriftsAsync(DescribeStackResourceDriftsRequest, AsyncHandler<DescribeStackResourceDriftsRequest, DescribeStackResourceDriftsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackResourceDriftsRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackResourceDriftsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
 
DescribeStackResourceDriftsResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackResourceDriftsResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
 
DescribeStackResourceRequest - Class in com.amazonaws.services.cloudformation.model
The input for DescribeStackResource action.
DescribeStackResourceRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
 
DescribeStackResourceResult - Class in com.amazonaws.services.cloudformation.model
The output for a DescribeStackResource action.
DescribeStackResourceResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
 
describeStackResources(DescribeStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackResources(DescribeStackResourcesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns AWS resource descriptions for running and deleted stacks.
describeStackResources(DescribeStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns AWS resource descriptions for running and deleted stacks.
describeStackResourcesAsync(DescribeStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourcesAsync(DescribeStackResourcesRequest, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackResourcesAsync(DescribeStackResourcesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns AWS resource descriptions for running and deleted stacks.
describeStackResourcesAsync(DescribeStackResourcesRequest, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns AWS resource descriptions for running and deleted stacks.
describeStackResourcesAsync(DescribeStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackResourcesAsync(DescribeStackResourcesRequest, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackResourcesRequest - Class in com.amazonaws.services.cloudformation.model
The input for DescribeStackResources action.
DescribeStackResourcesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
 
DescribeStackResourcesResult - Class in com.amazonaws.services.cloudformation.model
The output for a DescribeStackResources action.
DescribeStackResourcesResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
 
describeStacks(DescribeStacksRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStacks() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStacks(DescribeStacksRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
describeStacks() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Simplified method form for invoking the DescribeStacks operation.
describeStacks(DescribeStacksRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
describeStacks() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
describeStacksAsync(DescribeStacksRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStacksAsync(DescribeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStacksAsync() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the DescribeStacks operation.
describeStacksAsync(AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.
describeStacksAsync(DescribeStacksRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
describeStacksAsync(DescribeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
describeStacksAsync() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the DescribeStacks operation.
describeStacksAsync(AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.
describeStacksAsync(DescribeStacksRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStacksAsync(DescribeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStacksAsync() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the DescribeStacks operation.
describeStacksAsync(AsyncHandler<DescribeStacksRequest, DescribeStacksResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.
describeStackSet(DescribeStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackSet(DescribeStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the description of the specified stack set.
describeStackSet(DescribeStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the description of the specified stack set.
describeStackSetAsync(DescribeStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackSetAsync(DescribeStackSetRequest, AsyncHandler<DescribeStackSetRequest, DescribeStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackSetAsync(DescribeStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description of the specified stack set.
describeStackSetAsync(DescribeStackSetRequest, AsyncHandler<DescribeStackSetRequest, DescribeStackSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description of the specified stack set.
describeStackSetAsync(DescribeStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackSetAsync(DescribeStackSetRequest, AsyncHandler<DescribeStackSetRequest, DescribeStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackSetOperation(DescribeStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeStackSetOperation(DescribeStackSetOperationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the description of the specified stack set operation.
describeStackSetOperation(DescribeStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the description of the specified stack set operation.
describeStackSetOperationAsync(DescribeStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackSetOperationAsync(DescribeStackSetOperationRequest, AsyncHandler<DescribeStackSetOperationRequest, DescribeStackSetOperationResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeStackSetOperationAsync(DescribeStackSetOperationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description of the specified stack set operation.
describeStackSetOperationAsync(DescribeStackSetOperationRequest, AsyncHandler<DescribeStackSetOperationRequest, DescribeStackSetOperationResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the description of the specified stack set operation.
describeStackSetOperationAsync(DescribeStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeStackSetOperationAsync(DescribeStackSetOperationRequest, AsyncHandler<DescribeStackSetOperationRequest, DescribeStackSetOperationResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeStackSetOperationRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackSetOperationRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
 
DescribeStackSetOperationResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackSetOperationResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
 
DescribeStackSetRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
 
DescribeStackSetResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeStackSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
 
DescribeStacksFunction - Class in com.amazonaws.services.cloudformation.waiters
 
DescribeStacksFunction(AmazonCloudFormation) - Constructor for class com.amazonaws.services.cloudformation.waiters.DescribeStacksFunction
Constructs a new DescribeStacksFunction with the given client
DescribeStacksRequest - Class in com.amazonaws.services.cloudformation.model
The input for DescribeStacks action.
DescribeStacksRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
 
DescribeStacksResult - Class in com.amazonaws.services.cloudformation.model
The output for a DescribeStacks action.
DescribeStacksResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeStacksResult
 
describeType(DescribeTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeType(DescribeTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns detailed information about a type that has been registered.
describeType(DescribeTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns detailed information about a type that has been registered.
describeTypeAsync(DescribeTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeTypeAsync(DescribeTypeRequest, AsyncHandler<DescribeTypeRequest, DescribeTypeResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeTypeAsync(DescribeTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns detailed information about a type that has been registered.
describeTypeAsync(DescribeTypeRequest, AsyncHandler<DescribeTypeRequest, DescribeTypeResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns detailed information about a type that has been registered.
describeTypeAsync(DescribeTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeTypeAsync(DescribeTypeRequest, AsyncHandler<DescribeTypeRequest, DescribeTypeResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeTypeRegistration(DescribeTypeRegistrationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
describeTypeRegistration(DescribeTypeRegistrationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns information about a type's registration, including its current status and type and version identifiers.
describeTypeRegistration(DescribeTypeRegistrationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns information about a type's registration, including its current status and type and version identifiers.
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest, AsyncHandler<DescribeTypeRegistrationRequest, DescribeTypeRegistrationResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a type's registration, including its current status and type and version identifiers.
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest, AsyncHandler<DescribeTypeRegistrationRequest, DescribeTypeRegistrationResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a type's registration, including its current status and type and version identifiers.
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
describeTypeRegistrationAsync(DescribeTypeRegistrationRequest, AsyncHandler<DescribeTypeRegistrationRequest, DescribeTypeRegistrationResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DescribeTypeRegistrationFunction - Class in com.amazonaws.services.cloudformation.waiters
 
DescribeTypeRegistrationFunction(AmazonCloudFormation) - Constructor for class com.amazonaws.services.cloudformation.waiters.DescribeTypeRegistrationFunction
Constructs a new DescribeTypeRegistrationFunction with the given client
DescribeTypeRegistrationRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeTypeRegistrationRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
 
DescribeTypeRegistrationResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeTypeRegistrationResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
 
DescribeTypeRequest - Class in com.amazonaws.services.cloudformation.model
 
DescribeTypeRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
 
DescribeTypeResult - Class in com.amazonaws.services.cloudformation.model
 
DescribeTypeResult() - Constructor for class com.amazonaws.services.cloudformation.model.DescribeTypeResult
 
detectStackDrift(DetectStackDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
detectStackDrift(DetectStackDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackDrift(DetectStackDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackDriftAsync(DetectStackDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackDriftAsync(DetectStackDriftRequest, AsyncHandler<DetectStackDriftRequest, DetectStackDriftResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackDriftAsync(DetectStackDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackDriftAsync(DetectStackDriftRequest, AsyncHandler<DetectStackDriftRequest, DetectStackDriftResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackDriftAsync(DetectStackDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
detectStackDriftAsync(DetectStackDriftRequest, AsyncHandler<DetectStackDriftRequest, DetectStackDriftResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DetectStackDriftRequest - Class in com.amazonaws.services.cloudformation.model
 
DetectStackDriftRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
 
DetectStackDriftResult - Class in com.amazonaws.services.cloudformation.model
 
DetectStackDriftResult() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
 
detectStackResourceDrift(DetectStackResourceDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
detectStackResourceDrift(DetectStackResourceDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackResourceDrift(DetectStackResourceDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackResourceDriftAsync(DetectStackResourceDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackResourceDriftAsync(DetectStackResourceDriftRequest, AsyncHandler<DetectStackResourceDriftRequest, DetectStackResourceDriftResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackResourceDriftAsync(DetectStackResourceDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackResourceDriftAsync(DetectStackResourceDriftRequest, AsyncHandler<DetectStackResourceDriftRequest, DetectStackResourceDriftResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
detectStackResourceDriftAsync(DetectStackResourceDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
detectStackResourceDriftAsync(DetectStackResourceDriftRequest, AsyncHandler<DetectStackResourceDriftRequest, DetectStackResourceDriftResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DetectStackResourceDriftRequest - Class in com.amazonaws.services.cloudformation.model
 
DetectStackResourceDriftRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
 
DetectStackResourceDriftResult - Class in com.amazonaws.services.cloudformation.model
 
DetectStackResourceDriftResult() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
 
detectStackSetDrift(DetectStackSetDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
detectStackSetDrift(DetectStackSetDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Detect drift on a stack set.
detectStackSetDrift(DetectStackSetDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Detect drift on a stack set.
detectStackSetDriftAsync(DetectStackSetDriftRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackSetDriftAsync(DetectStackSetDriftRequest, AsyncHandler<DetectStackSetDriftRequest, DetectStackSetDriftResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
detectStackSetDriftAsync(DetectStackSetDriftRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Detect drift on a stack set.
detectStackSetDriftAsync(DetectStackSetDriftRequest, AsyncHandler<DetectStackSetDriftRequest, DetectStackSetDriftResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Detect drift on a stack set.
detectStackSetDriftAsync(DetectStackSetDriftRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
detectStackSetDriftAsync(DetectStackSetDriftRequest, AsyncHandler<DetectStackSetDriftRequest, DetectStackSetDriftResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
DetectStackSetDriftRequest - Class in com.amazonaws.services.cloudformation.model
 
DetectStackSetDriftRequest() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
DetectStackSetDriftResult - Class in com.amazonaws.services.cloudformation.model
 
DetectStackSetDriftResult() - Constructor for class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
 
DifferenceType - Enum in com.amazonaws.services.cloudformation.model
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Change
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Export
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Output
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Parameter
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Stack
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResource
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSet
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
 
estimateTemplateCost(EstimateTemplateCostRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
estimateTemplateCost() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
estimateTemplateCost(EstimateTemplateCostRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the estimated monthly cost of a template.
estimateTemplateCost() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Simplified method form for invoking the EstimateTemplateCost operation.
estimateTemplateCost(EstimateTemplateCostRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the estimated monthly cost of a template.
estimateTemplateCost() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
estimateTemplateCostAsync(EstimateTemplateCostRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
estimateTemplateCostAsync(EstimateTemplateCostRequest, AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
estimateTemplateCostAsync() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the EstimateTemplateCost operation.
estimateTemplateCostAsync(AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the EstimateTemplateCost operation with an AsyncHandler.
estimateTemplateCostAsync(EstimateTemplateCostRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the estimated monthly cost of a template.
estimateTemplateCostAsync(EstimateTemplateCostRequest, AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the estimated monthly cost of a template.
estimateTemplateCostAsync() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the EstimateTemplateCost operation.
estimateTemplateCostAsync(AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the EstimateTemplateCost operation with an AsyncHandler.
estimateTemplateCostAsync(EstimateTemplateCostRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
estimateTemplateCostAsync(EstimateTemplateCostRequest, AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
estimateTemplateCostAsync() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the EstimateTemplateCost operation.
estimateTemplateCostAsync(AsyncHandler<EstimateTemplateCostRequest, EstimateTemplateCostResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the EstimateTemplateCost operation with an AsyncHandler.
EstimateTemplateCostRequest - Class in com.amazonaws.services.cloudformation.model
The input for an EstimateTemplateCost action.
EstimateTemplateCostRequest() - Constructor for class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
 
EstimateTemplateCostResult - Class in com.amazonaws.services.cloudformation.model
The output for a EstimateTemplateCost action.
EstimateTemplateCostResult() - Constructor for class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
 
EvaluationType - Enum in com.amazonaws.services.cloudformation.model
 
exceptionUnmarshallers - Variable in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
List of exception unmarshallers for all modeled exceptions
executeChangeSet(ExecuteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
executeChangeSet(ExecuteChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Updates a stack using the input information that was provided when the specified change set was created.
executeChangeSet(ExecuteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Updates a stack using the input information that was provided when the specified change set was created.
executeChangeSetAsync(ExecuteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
executeChangeSetAsync(ExecuteChangeSetRequest, AsyncHandler<ExecuteChangeSetRequest, ExecuteChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
executeChangeSetAsync(ExecuteChangeSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates a stack using the input information that was provided when the specified change set was created.
executeChangeSetAsync(ExecuteChangeSetRequest, AsyncHandler<ExecuteChangeSetRequest, ExecuteChangeSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates a stack using the input information that was provided when the specified change set was created.
executeChangeSetAsync(ExecuteChangeSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
executeChangeSetAsync(ExecuteChangeSetRequest, AsyncHandler<ExecuteChangeSetRequest, ExecuteChangeSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ExecuteChangeSetRequest - Class in com.amazonaws.services.cloudformation.model
The input for the ExecuteChangeSet action.
ExecuteChangeSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
 
ExecuteChangeSetResult - Class in com.amazonaws.services.cloudformation.model
The output for the ExecuteChangeSet action.
ExecuteChangeSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.ExecuteChangeSetResult
 
ExecutionStatus - Enum in com.amazonaws.services.cloudformation.model
 
Export - Class in com.amazonaws.services.cloudformation.model
The Export structure describes the exported output values for a stack.
Export() - Constructor for class com.amazonaws.services.cloudformation.model.Export
 

F

fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.AccountGateStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.Capability
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeAction
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSource
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.DeprecatedStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.DifferenceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.EvaluationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ExecutionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.HandlerErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.OnFailure
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.OperationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.PermissionModels
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ProvisioningType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.RegistrationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.RegistryType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.Replacement
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.RequiresRecreation
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceAttribute
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceSignalStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftDetectionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackInstanceStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackResourceDriftStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftDetectionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationAction
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationResultStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.TemplateStage
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudformation.model.Visibility
Use this in place of valueOf.

G

getAccount() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
getAccount() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
getAccount() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Self-managed permissions] The name of the AWS account for this operation result.
getAccountGateResult() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
getAccountLimits() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
getAccounts() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
getAccounts() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Self-managed permissions] The names of the AWS accounts that you want to delete stack instances for.
getAccounts() - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The names of one or more AWS accounts for which you want to deploy stack set updates.
getAccounts() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts for which you want to update parameter values for stack instances.
getAccounts() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Self-managed permissions] The accounts in which to update associated stack instances.
getAction() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).
getAction() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The type of stack set operation: CREATE, UPDATE, or DELETE.
getAction() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The type of operation: CREATE, UPDATE, or DELETE.
getActionName() - Method in enum com.amazonaws.auth.policy.actions.CloudFormationActions
 
getActualProperties() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the actual property values of the stack resource.
getActualValue() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The actual property value of the resource property.
getAdministrationRoleARN() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
getAdministrationRoleARN() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
getAdministrationRoleARN() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The Amazon Resource Number (ARN) of the IAM role used to perform this stack set operation.
getAdministrationRoleARN() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to update this stack set.
getAllowedValues() - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
A list of values that are permitted for a parameter.
getArn() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The Amazon Resource Name (ARN) of the type.
getArn() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The Amazon Resource Name (ARN) of the type.
getArn() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the type.
getArn() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
getArn() - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The Amazon Resource Name (ARN) of the rollback trigger.
getArn() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
getArn() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The Amazon Resource Name (ARN) of the type version.
getAttribute() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
getAutoDeployment() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU).
getAutoDeployment() - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
getAutoDeployment() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
getAutoDeployment() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
getBearerToken() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
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.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The capabilities found within the template.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.Stack
The capabilities allowed in the stack.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The capabilities that are allowed in the stack set.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack set and its associated stack instances.
getCapabilities() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The capabilities found within the template.
getCapabilitiesReason() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The list of resources that generated the values in the Capabilities response element.
getCapabilitiesReason() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The list of resources that generated the values in the Capabilities response element.
getCausingEntity() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The identity of the entity that triggered this change.
getChanges() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.
getChangeSetId() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the change set.
getChangeSetId() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the change set.
getChangeSetId() - Method in class com.amazonaws.services.cloudformation.model.Stack
The unique ID of the change set.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the change set.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name of the change set.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the change set.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
The name or ARN of the change set that you want use to update the specified stack.
getChangeSetName() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template.
getChangeSetType() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The type of change set operation.
getChangeSource() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The group to which the CausingEntity value belongs.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
A unique identifier for this CancelUpdateStack request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A unique identifier for this ContinueUpdateRollback request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A unique identifier for this CreateStack request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A unique identifier for this CreateStackSet request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
A unique identifier for this DeleteStack request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
A unique identifier for this ExecuteChangeSet request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A unique identifier that acts as an idempotency key for this registration request.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The token passed to the operation that generated this event.
getClientRequestToken() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A unique identifier for this UpdateStack request.
getClientToken() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A unique identifier for this CreateChangeSet request.
getCreationTime() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The start time when the change set was created, in UTC.
getCreationTime() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The start time when the change set was created, in UTC.
getCreationTime() - Method in class com.amazonaws.services.cloudformation.model.Stack
The time at which the stack was created.
getCreationTime() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was created.
getCreationTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the operation was initiated.
getCreationTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the operation was initiated.
getCurrentOperationStatus() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getDeclaredTransforms() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of the transforms that are declared in the template.
getDeclaredTransforms() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of the transforms that are declared in the template.
getDefaultValue() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The default value of the parameter.
getDefaultValue() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The default value associated with the parameter.
getDefaultVersionId() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The ID of the default version of the type.
getDefaultVersionId() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The ID of the default version of the type.
getDeletionTime() - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was deleted.
getDeletionTime() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was deleted.
getDeploymentTargets() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which to create stack instances in the specified Regions.
getDeploymentTargets() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts from which to delete stack instances.
getDeploymentTargets() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
[Service-managed permissions] The AWS Organizations accounts affected by the stack operation.
getDeploymentTargets() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which you want to update parameter values for stack instances.
getDeploymentTargets() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] The AWS Organizations accounts in which to update associated stack instances.
getDeprecatedStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The deprecation status of the type.
getDeprecatedStatus() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The deprecation status of the types that you want to get summary information about.
getDeprecatedStatus() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The deprecation status of the type versions that you want to get summary information about.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
Descriptive information about the change set.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A description to help you identify this change set.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A description of the stack set.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
Information about the change set.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The description of the type registration request.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The description of the registered type.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined in the Description property of the template.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.Output
User defined description associated with the output.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The description that is associate with the parameter.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.Stack
A user-defined description associated with the stack.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.StackResource
User defined description associated with the resource.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
User defined description associated with the resource.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.StackSet
A description of the stack set that you specify when the stack set is created or updated.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
A description of the stack set that you specify when the stack set is created or updated.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
User defined description associated with the parameter.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The description of the type.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The description of the type version.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A brief description of updates that you are making.
getDescription() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The description found within the template.
getDetails() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.
getDetectionStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The status of the stack drift detection operation.
getDetectionStatusReason() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The reason the stack drift detection operation has its current status.
getDifferenceType() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The type of property difference.
getDisableRollback() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Set to true to disable rollback of the stack if stack creation failed.
getDisableRollback() - Method in class com.amazonaws.services.cloudformation.model.Stack
Boolean to enable or disable rollback on stack creation failures:
getDocumentationUrl() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of a page providing detailed documentation for this type.
getDriftDetectionStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The status of the stack set drift detection operation.
getDriftedStackInstancesCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that have drifted from the expected template and parameter configuration of the stack set.
getDriftedStackResourceCount() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Total number of stack resources that have drifted.
getDriftInformation() - Method in class com.amazonaws.services.cloudformation.model.Stack
Information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
getDriftInformation() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
getDriftInformation() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
getDriftInformation() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
getDriftInformation() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
getDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
getDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
getDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
getDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
getEnabled() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
getEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Whether to enable termination protection on the specified stack.
getEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.Stack
Whether termination protection is enabled for the stack.
getEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
Whether to enable termination protection on the specified stack.
getEndTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the stack set operation ended, across all accounts and regions specified.
getEndTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the stack set operation ended, across all accounts and regions specified.
getErrorCode() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getEvaluation() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
getEventId() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID of this event.
getExecutionRoleArn() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the IAM execution role used to register the type.
getExecutionRoleArn() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The Amazon Resource Name (ARN) of the IAM execution role to use to register the type.
getExecutionRoleName() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name of the IAM execution role to use to create the stack set.
getExecutionRoleName() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name of the IAM execution role used to create or update the stack set.
getExecutionRoleName() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The name of the IAM execution role used to create or update the stack set.
getExecutionRoleName() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name of the IAM execution role to use to update the stack set.
getExecutionStatus() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
If the change set execution status is AVAILABLE, you can execute the change set.
getExecutionStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the change set execution status is AVAILABLE, you can execute the change set.
getExecutorService() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Returns the executor service used by this client to execute async requests.
getExpectedProperties() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.
getExpectedValue() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
getExportingStackId() - Method in class com.amazonaws.services.cloudformation.model.Export
The stack that contains the exported output name and value.
getExportName() - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
The name of the exported output value.
getExportName() - Method in class com.amazonaws.services.cloudformation.model.Output
The name of the export associated with the output.
getExports() - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
The output for the ListExports action.
getFailedStackInstancesCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances for which the drift detection operation failed.
getFailureToleranceCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The number of accounts, per region, for which this operation can fail before AWS CloudFormation stops the operation in that region.
getFailureTolerancePercentage() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The percentage of accounts, per region, for which this stack operation can fail before AWS CloudFormation stops the operation in that region.
getId() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The Amazon Resource Name (ARN) of the change set.
getImports() - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A list of stack names that are importing the specified exported output value.
getInProgressStackInstancesCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that are currently being checked for drift.
getInSyncStackInstancesCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances which match the expected template and parameter configuration of the stack set.
getKey() - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context key.
getKey() - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
getLastCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
getLastCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
getLastCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
getLastCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
getLastDriftCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
getLastDriftCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
getLastDriftCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Most recent time when CloudFormation performed a drift detection operation on the stack set.
getLastDriftCheckTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Most recent time when CloudFormation performed a drift detection operation on the stack set.
getLastUpdated() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
getLastUpdated() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
When the current default version of the type was registered.
getLastUpdatedTime() - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was last updated.
getLastUpdatedTime() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was last updated.
getLastUpdatedTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Time the status was updated.
getLastUpdatedTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Time the status was updated.
getLoggingConfig() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
Contains logging configuration information for a type.
getLoggingConfig() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
Specifies logging configuration information for a type.
getLogGroupName() - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The logical name of the resource as specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The logical name of the resource as specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The logical name of the resource for which to return drift information.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's logical ID, which is defined in the stack's template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The logical ID of the target resource as specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The logical ID of the resource that you want to signal.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The logical name of the resource specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResource
The logical name of the resource specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The logical name of the resource specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The logical name of the resource specified in the template.
getLogicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The logical name of the resource specified in the template.
getLogicalResourceIds() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The logical names of any resources you want to use as filters.
getLogicalResourceIds() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
getLogRoleArn() - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
getMaxConcurrentCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum number of accounts in which to perform this operation at one time.
getMaxConcurrentPercentage() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum percentage of accounts in which to perform this operation at one time.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The maximum number of results to be returned with a single call.
getMaxResults() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The maximum number of results to be returned with a single call.
getMetadata() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined for the Metadata property of the template.
getMetadata() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The content of the Metadata attribute declared for the resource.
getMonitoringTimeInMinutes() - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.
getName() - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The name of the account limit.
getName() - Method in class com.amazonaws.services.cloudformation.model.Export
The name of exported output value.
getName() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, the name of the property.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
A string that identifies the next page of limits that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the output exceeds 1 MB, a string that identifies the next page of changes.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
A string that identifies the next page of events that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
If the output exceeds 1 MB in size, a string that identifies the next page of events.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
A string that identifies the next page of stack resource drift results.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
If the output exceeds 1 MB, a string that identifies the next page of change sets.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A string that identifies the next page of exports.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
If the previous request didn't return all of the remaining results, the response's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
A string that identifies the next page of stack resources that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
If the previous request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
If the request doesn't return all results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
If the request doesn't return all results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
getNextToken() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
getNoEcho() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
getNoEcho() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
getNotificationARNs() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.
getNotificationARNs() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Simple Notification Service (SNS) topic ARNs to publish stack related events.
getNotificationARNs() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
getNotificationARNs() - Method in class com.amazonaws.services.cloudformation.model.Stack
SNS topic ARNs to which stack related events are published.
getNotificationARNs() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.
getOnFailure() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Determines what action will be taken if stack creation fails.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The unique ID of the stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The ID of the stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
The ID of the drift detection stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The ID of the stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The unique ID of a stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The unique ID of the stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The ID of the stack operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
The unique identifier for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The unique ID for this stack set operation.
getOperationId() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
The unique ID for this stack set operation.
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The preferences for how AWS CloudFormation performs this stack set operation.
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
getOperationPreferences() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Preferences for how AWS CloudFormation performs this stack set operation.
getOperationStatus() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getOrganizationalUnitId() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
getOrganizationalUnitId() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
getOrganizationalUnitId() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID for this operation result.
getOrganizationalUnitIds() - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The organization root ID or organizational unit (OUs) IDs to which StackSets deploys.
getOrganizationalUnitIds() - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] The organization root ID or organizational unit (OUs) IDs to which stacks in your stack set have been deployed.
getOutputKey() - Method in class com.amazonaws.services.cloudformation.model.Output
The key associated with the output.
getOutputs() - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of output structures.
getOutputValue() - Method in class com.amazonaws.services.cloudformation.model.Output
The value associated with the output.
getParameterConstraints() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The criteria that AWS CloudFormation uses to validate parameter values.
getParameterKey() - Method in class com.amazonaws.services.cloudformation.model.Parameter
The key associated with the parameter.
getParameterKey() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The name that is associated with the parameter.
getParameterKey() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The name associated with the parameter.
getParameterOverrides() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
A list of stack set parameters whose values you want to override in the selected stack instances.
getParameterOverrides() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
A list of parameters from the stack set template whose values have been overridden in this stack instance.
getParameterOverrides() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
A list of input parameters whose values you want to update for the specified stack instances.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A list of Parameter structures that specify input parameters for the change set.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A list of Parameter structures that specify input parameters for the stack.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The input parameters for the stack set template.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Parameter structures that describes the input parameters and their values used to create the change set.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
A list of Parameter structures that specify input parameters.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of parameter declarations that describe various properties for each parameter.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Parameter structures.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of input parameters for a stack set.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A list of Parameter structures that specify input parameters for the stack.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A list of input parameters for the stack set template.
getParameters() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of TemplateParameter structures.
getParameterType() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The type of parameter.
getParameterValue() - Method in class com.amazonaws.services.cloudformation.model.Parameter
The input value associated with the parameter.
getParentId() - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
getParentId() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
getPermissionModel() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
getPermissionModel() - Method in class com.amazonaws.services.cloudformation.model.StackSet
Describes how the IAM roles required for stack set operations are created.
getPermissionModel() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Describes how the IAM roles required for stack set operations are created.
getPermissionModel() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's physical ID (resource name).
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name or unique identifier associated with the physical instance of the resource.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
getPhysicalResourceId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The name or unique identifier that corresponds to a physical instance ID of the resource.
getPhysicalResourceIdContext() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Context information that enables AWS CloudFormation to uniquely identify a resource.
getProgressStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The current status of the type registration request.
getPropertyDifferences() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A collection of the resource properties whose actual values differ from their expected values.
getPropertyPath() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The fully-qualified path to the resource property.
getProvisioningType() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The provisioning behavior of the type.
getProvisioningType() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The provisioning behavior of the type.
getRegion() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name of the AWS region that the stack instance is associated with.
getRegion() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name of the AWS region that the stack instance is associated with.
getRegion() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The name of the AWS region for this operation result.
getRegionOrder() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The order of the regions in where you want to perform the stack operation.
getRegions() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
getRegions() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The regions where you want to delete stack set instances.
getRegions() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The names of one or more regions in which you want to update parameter values for stack instances.
getRegions() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The regions in which to update associated stack instances.
getRegistrationStatusFilter() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The current status of the type registration request.
getRegistrationToken() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
The identifier for this registration request.
getRegistrationToken() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
The identifier for this registration request.
getRegistrationTokenList() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
A list of type registration tokens.
getReplacement() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
getRequiresRecreation() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated.
getResolvedValue() - Method in class com.amazonaws.services.cloudformation.model.Parameter
Read-only.
getResourceChange() - Method in class com.amazonaws.services.cloudformation.model.Change
A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
getResourceIdentifier() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
A key-value pair that identifies the target resource.
getResourceIdentifiers() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The resource properties you can provide during the import to identify your target resources.
getResourceIdentifierSummaries() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.
getResourceModel() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getResourceProperties() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
BLOB of the properties used to create the resource.
getResourceStatus() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Current status of the resource.
getResourceStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Current status of the resource.
getResourceStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Current status of the resource.
getResourceStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Current status of the resource.
getResourceStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Success/failure message associated with the resource.
getResourceStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Success/failure message associated with the resource.
getResourceStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Success/failure message associated with the resource.
getResourceStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Success/failure message associated with the resource.
getResourcesToImport() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The resources to import into your stack.
getResourcesToSkip() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The type of AWS CloudFormation resource, such as AWS::S3::Bucket.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The template resource type of the target resources, such as AWS::S3::Bucket.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The type of resource to import into your stack, such as AWS::S3::Bucket.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Type of resource.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Type of resource.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Type of resource.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The type of the resource.
getResourceType() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Type of resource.
getResourceTypes() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
getResourceTypes() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
getResourceTypes() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
getResourceTypes() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
getRetainResources() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain.
getRetainStacks() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
getRetainStacks() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks.
getRetainStacksOnAccountRemoval() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, stack resources are retained when an account is removed from a target organization or OU.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.Stack
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack.
getRoleARN() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack.
getRollbackConfiguration() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
getRollbackConfiguration() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
getRollbackConfiguration() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
getRollbackConfiguration() - Method in class com.amazonaws.services.cloudformation.model.Stack
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
getRollbackConfiguration() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
getRollbackTriggers() - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The triggers to monitor during stack creation or update actions.
getRootId() - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
getRootId() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
getSchema() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The schema that defines the type.
getSchemaHandlerPackage() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A url to the S3 bucket containing the schema handler package that contains the schema, event handlers, and associated files for the type you want to register.
getScope() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
getSourceUrl() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of the source code for the type.
getStackDriftDetectionId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
The ID of the drift detection results of this operation.
getStackDriftDetectionId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the drift detection results of this operation.
getStackDriftDetectionId() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
The ID of the drift detection results of this operation.
getStackDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Status of the stack's actual configuration compared to its expected configuration.
getStackDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Status of the stack's actual configuration compared to its expected template configuration.
getStackDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Status of the stack's actual configuration compared to its expected template configuration.
getStackEvents() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
A list of StackEvents structures.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the stack with which the change set is associated.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The unique ID of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
Unique identifier of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the stack that is associated with the change set.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.Stack
Unique identifier of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID name of the instance of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The ID of the stack instance.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The ID of the stack instance.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Unique identifier of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Unique identifier of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The ID of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Unique stack identifier.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
Unique identifier of the stack.
getStackId() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
The unique ID of the stack.
getStackInstance() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
The stack instance that matches the specified request parameters.
getStackInstanceAccount() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The ID of an AWS account that's associated with this stack instance.
getStackInstanceAccount() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the AWS account that you want to list stack instances for.
getStackInstanceRegion() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name of a region that's associated with this stack instance.
getStackInstanceRegion() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the region where you want to list stack instances.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
The name or the unique stack ID that is associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the stack with which the change set is associated.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The name or the unique ID of the stack that you want to continue rolling back.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name or the unique ID of the stack for which you are creating a change set.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The name that is associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The name or the unique stack ID that is associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the stack that is associated with the change set.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The name of the stack for which you want drift information.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The name of the stack for which you want to detect drift.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The name of the stack to which the resource belongs.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
The name or unique stack ID that is associated with the stack whose policy you want to get.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or the stack ID that is associated with the stack, which are not always interchangeable.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
getStackName() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
The name or unique stack ID that you want to associate a policy with.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The stack name or unique stack ID that includes the resource that you want to signal.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.Stack
The name associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name associated with a stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The name associated with the stack.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The name or unique stack ID of the stack to update.
getStackName() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
The name or unique ID of the stack for which you want to set termination protection.
getStackPolicy(GetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
getStackPolicy(GetStackPolicyRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the stack policy for a specified stack.
getStackPolicy(GetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the stack policy for a specified stack.
getStackPolicyAsync(GetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getStackPolicyAsync(GetStackPolicyRequest, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getStackPolicyAsync(GetStackPolicyRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the stack policy for a specified stack.
getStackPolicyAsync(GetStackPolicyRequest, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the stack policy for a specified stack.
getStackPolicyAsync(GetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getStackPolicyAsync(GetStackPolicyRequest, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getStackPolicyBody() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the stack policy body.
getStackPolicyBody() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
Structure containing the stack policy body.
getStackPolicyBody() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Structure containing the stack policy body.
getStackPolicyBody() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing a new stack policy body.
getStackPolicyDuringUpdateBody() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the temporary overriding stack policy body.
getStackPolicyDuringUpdateURL() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the temporary overriding stack policy.
GetStackPolicyRequest - Class in com.amazonaws.services.cloudformation.model
The input for the GetStackPolicy action.
GetStackPolicyRequest() - Constructor for class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
 
GetStackPolicyResult - Class in com.amazonaws.services.cloudformation.model
The output for the GetStackPolicy action.
GetStackPolicyResult() - Constructor for class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
 
getStackPolicyURL() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of a file containing the stack policy.
getStackPolicyURL() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Location of a file containing the stack policy.
getStackPolicyURL() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the updated stack policy.
getStackResourceDetail() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
A StackResourceDetail structure containing the description of the specified resource in the specified stack.
getStackResourceDrift() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
getStackResourceDrifts() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
Drift information for the resources that have been checked for drift in the specified stack.
getStackResourceDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Status of the resource's actual configuration compared to its expected configuration
getStackResourceDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
Status of the resource's actual configuration compared to its expected configuration
getStackResourceDriftStatus() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
Status of the resource's actual configuration compared to its expected configuration
getStackResourceDriftStatusFilters() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The resource drift status values to use as filters for the resource drift results returned.
getStackResources() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
A list of StackResource structures.
getStackResourceSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
A list of StackResourceSummary structures.
getStacks() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
A list of stack structures.
getStackSet() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
The specified stack set.
getStackSetARN() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the stack set.
getStackSetDriftDetectionDetails() - Method in class com.amazonaws.services.cloudformation.model.StackSet
Detailed information about the drift status of the stack set.
getStackSetDriftDetectionDetails() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
Detailed information about the drift status of the stack set.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
The ID of the stack set that you're creating.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name or unique ID of the stack set that the stack instance is associated with.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name or unique ID of the stack set that the stack instance is associated with.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The ID of the stack set.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The ID of the stack set.
getStackSetId() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The ID of the stack set.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The name or unique ID of the stack set that you want to create stack instances from.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name to associate with the stack set.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The name or unique ID of the stack set that you want to delete stack instances for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
The name or unique ID of the stack set that you're deleting.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name or the unique stack ID of the stack set that you want to get stack instance information for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The name or the unique stack ID of the stack set for the stack operation.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
The name or unique ID of the stack set whose description you want.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The name of the stack set on which to perform the drift detection operation.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or unique ID of the stack set from which the stack was created.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name or unique ID of the stack set that you want to list stack instances for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The name or unique ID of the stack set that you want to get operation results for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The name or unique ID of the stack set that you want to get operation summaries for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name that's associated with the stack set.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The name of the stack set.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The name or unique ID of the stack set that you want to stop the operation for.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The name or unique ID of the stack set associated with the stack instances.
getStackSetName() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name or unique ID of the stack set that you want to update.
getStackSetOperation() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
The specified stack set operation.
getStackStatus() - Method in class com.amazonaws.services.cloudformation.model.Stack
Current status of the stack.
getStackStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The current status of the stack.
getStackStatusFilters() - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Stack status to use as a filter.
getStackStatusReason() - Method in class com.amazonaws.services.cloudformation.model.Stack
Success/failure message associated with the stack status.
getStackStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Success/Failure message associated with the stack status.
getStackSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
A list of StackSummary structures containing information about the specified stacks.
getStagesAvailable() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
The stage of the template that you can retrieve.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The status of the account gate function.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The status of the stack sets that you want to get summary information about.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The status of the signal, which is either success or failure.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The status of the stack instance, in terms of its synchronization with its associated stack set.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The status of the stack instance, in terms of its synchronization with its associated stack set.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The status of the stack set.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The status of the operation.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The result status of the stack set operation for the given account in the given region.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The overall status of the operation.
getStatus() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The status of the stack set.
getStatusMessage() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The reason for the account gate status assigned to this account and region for the stack set operation.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
A description of the change set's status.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A description of the change set's status.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The explanation for the specific status code that is assigned to this stack instance.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The explanation for the specific status code assigned to this stack instance.
getStatusReason() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The reason for the assigned result status.
getSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
getSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
A list of StackInstanceSummary structures that contain information about the specified stack instances.
getSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and regions that are included in the operation.
getSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.
getSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
A list of StackSetSummary structures that contain information about the user's stack sets.
getTags() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Key-value pairs to associate with this stack.
getTags() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Key-value pairs to associate with this stack.
getTags() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
getTags() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the tags that will be associated with the stack.
getTags() - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Tags that specify information about the stack.
getTags() - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of tags that specify information about the stack set.
getTags() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Key-value pairs to associate with this stack.
getTags() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
getTarget() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
getTemplate(GetTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
getTemplate(GetTemplateRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the template body for a specified stack.
getTemplate(GetTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the template body for a specified stack.
getTemplateAsync(GetTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getTemplateAsync(GetTemplateRequest, AsyncHandler<GetTemplateRequest, GetTemplateResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getTemplateAsync(GetTemplateRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the template body for a specified stack.
getTemplateAsync(GetTemplateRequest, AsyncHandler<GetTemplateRequest, GetTemplateResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the template body for a specified stack.
getTemplateAsync(GetTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getTemplateAsync(GetTemplateRequest, AsyncHandler<GetTemplateRequest, GetTemplateResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
Structure containing the template body.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.StackSet
The structure that contains the body of the template that was used to create or update the stack set.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateBody() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
getTemplateDescription() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The template description of the template used to create the stack.
GetTemplateRequest - Class in com.amazonaws.services.cloudformation.model
The input for a GetTemplate action.
GetTemplateRequest() - Constructor for class com.amazonaws.services.cloudformation.model.GetTemplateRequest
 
GetTemplateResult - Class in com.amazonaws.services.cloudformation.model
The output for GetTemplate action.
GetTemplateResult() - Constructor for class com.amazonaws.services.cloudformation.model.GetTemplateResult
 
getTemplateStage() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
getTemplateSummary(GetTemplateSummaryRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
getTemplateSummary() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
getTemplateSummary(GetTemplateSummaryRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns information about a new or existing template.
getTemplateSummary() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Simplified method form for invoking the GetTemplateSummary operation.
getTemplateSummary(GetTemplateSummaryRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns information about a new or existing template.
getTemplateSummary() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
getTemplateSummaryAsync(GetTemplateSummaryRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getTemplateSummaryAsync(GetTemplateSummaryRequest, AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
getTemplateSummaryAsync() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the GetTemplateSummary operation.
getTemplateSummaryAsync(AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the GetTemplateSummary operation with an AsyncHandler.
getTemplateSummaryAsync(GetTemplateSummaryRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a new or existing template.
getTemplateSummaryAsync(GetTemplateSummaryRequest, AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns information about a new or existing template.
getTemplateSummaryAsync() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the GetTemplateSummary operation.
getTemplateSummaryAsync(AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the GetTemplateSummary operation with an AsyncHandler.
getTemplateSummaryAsync(GetTemplateSummaryRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getTemplateSummaryAsync(GetTemplateSummaryRequest, AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
getTemplateSummaryAsync() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the GetTemplateSummary operation.
getTemplateSummaryAsync(AsyncHandler<GetTemplateSummaryRequest, GetTemplateSummaryResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the GetTemplateSummary operation with an AsyncHandler.
GetTemplateSummaryRequest - Class in com.amazonaws.services.cloudformation.model
The input for the GetTemplateSummary action.
GetTemplateSummaryRequest() - Constructor for class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
 
GetTemplateSummaryResult - Class in com.amazonaws.services.cloudformation.model
The output for the GetTemplateSummary action.
GetTemplateSummaryResult() - Constructor for class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
 
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The location of the file that contains the revised template.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of file containing the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The location of the file that contains the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Location of file containing the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Location of file containing the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of file containing the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The location of the file that contains the template body.
getTemplateURL() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Location of file containing the template body.
getTimeCreated() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
getTimeCreated() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
When the version was registered.
getTimeoutInMinutes() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.
getTimeoutInMinutes() - Method in class com.amazonaws.services.cloudformation.model.Stack
The amount of time within which stack creation should complete.
getTimestamp() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Time at which the stack drift detection operation was initiated.
getTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Time the status was updated.
getTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Time the status was updated.
getTimestamp() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Time at which AWS CloudFormation performed drift detection on the stack resource.
getTotalStackInstancesCount() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The total number of stack instances belonging to this stack set.
getType() - Method in class com.amazonaws.services.cloudformation.model.Change
The type of entity that AWS CloudFormation changes.
getType() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The kind of the type.
getType() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The resource type of the rollback trigger.
getType() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The kind of type.
getType() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The kind of type.
getTypeArn() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of the type being registered.
getTypeArn() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The Amazon Resource Name (ARN) of the type.
getTypeArn() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The Amazon Resource Name (ARN) of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The name of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The name of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The name of the registered type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The name of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The name of the type for which you want version summary information.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The name of the type being registered.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The name of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The name of the type.
getTypeName() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The name of the type.
getTypeSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
A list of TypeSummary structures that contain information about the specified types.
getTypeVersionArn() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of this specific version of the type being registered.
getTypeVersionSummaries() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
A list of TypeVersionSummary structures that contain information about the specified type's versions.
getUniqueId() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
A unique ID of the signal.
getUrl() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
getUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Whether to reuse the template that is associated with the stack to create the change set.
getUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Reuse the existing template that is associated with the stack that you are updating.
getUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Use the existing template that's associated with the stack set that you're updating.
getUsePreviousValue() - Method in class com.amazonaws.services.cloudformation.model.Parameter
During a stack update, use the existing parameter value that the stack is using for a given parameter key.
getValue() - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The value that is associated with the account limit name.
getValue() - Method in class com.amazonaws.services.cloudformation.model.Export
The value of the exported output, such as a resource physical ID.
getValue() - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context value.
getValue() - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
getVersion() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The AWS template format version, which identifies the capabilities of the template.
getVersionId() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The ID of a specific version of the type.
getVersionId() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The ID of a specific version of the type.
getVersionId() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The ID of a specific version of the type.
getVersionId() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The ID of a specific version of the type.
getVisibility() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The scope at which the type is visible and usable in CloudFormation operations.
getVisibility() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The scope at which the type is visible and usable in CloudFormation operations.

H

HandlerErrorCode - Enum in com.amazonaws.services.cloudformation.model
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Change
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Export
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Output
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Parameter
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Stack
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResource
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSet
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.Tag
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
 
hashCode() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
 

I

InsufficientCapabilitiesException - Exception in com.amazonaws.services.cloudformation.model
The template contains resources with capabilities that weren't specified in the Capabilities parameter.
InsufficientCapabilitiesException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.InsufficientCapabilitiesException
Constructs a new InsufficientCapabilitiesException with the specified error message.
InvalidChangeSetStatusException - Exception in com.amazonaws.services.cloudformation.model
The specified change set can't be used to update the stack.
InvalidChangeSetStatusException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.InvalidChangeSetStatusException
Constructs a new InvalidChangeSetStatusException with the specified error message.
InvalidOperationException - Exception in com.amazonaws.services.cloudformation.model
The specified operation isn't valid.
InvalidOperationException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.InvalidOperationException
Constructs a new InvalidOperationException with the specified error message.
InvalidStateTransitionException - Exception in com.amazonaws.services.cloudformation.model
Error reserved for use by the CloudFormation CLI.
InvalidStateTransitionException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.InvalidStateTransitionException
Constructs a new InvalidStateTransitionException with the specified error message.
isDisableRollback() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Set to true to disable rollback of the stack if stack creation failed.
isDisableRollback() - Method in class com.amazonaws.services.cloudformation.model.Stack
Boolean to enable or disable rollback on stack creation failures:
isEnabled() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
isEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Whether to enable termination protection on the specified stack.
isEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.Stack
Whether termination protection is enabled for the stack.
isEnableTerminationProtection() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
Whether to enable termination protection on the specified stack.
isNoEcho() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
isNoEcho() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
isRetainStacks() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
isRetainStacks() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks.
isRetainStacksOnAccountRemoval() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, stack resources are retained when an account is removed from a target organization or OU.
isUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Whether to reuse the template that is associated with the stack to create the change set.
isUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Reuse the existing template that is associated with the stack that you are updating.
isUsePreviousTemplate() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Use the existing template that's associated with the stack set that you're updating.
isUsePreviousValue() - Method in class com.amazonaws.services.cloudformation.model.Parameter
During a stack update, use the existing parameter value that the stack is using for a given parameter key.

L

LimitExceededException - Exception in com.amazonaws.services.cloudformation.model
The quota for the resource has already been reached.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listChangeSets(ListChangeSetsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listChangeSets(ListChangeSetsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the ID and status of each active change set for a stack.
listChangeSets(ListChangeSetsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the ID and status of each active change set for a stack.
listChangeSetsAsync(ListChangeSetsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listChangeSetsAsync(ListChangeSetsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the ID and status of each active change set for a stack.
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the ID and status of each active change set for a stack.
listChangeSetsAsync(ListChangeSetsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListChangeSetsRequest - Class in com.amazonaws.services.cloudformation.model
The input for the ListChangeSets action.
ListChangeSetsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
 
ListChangeSetsResult - Class in com.amazonaws.services.cloudformation.model
The output for the ListChangeSets action.
ListChangeSetsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
 
listExports(ListExportsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listExports(ListExportsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Lists all exported output values in the account and region in which you call this action.
listExports(ListExportsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Lists all exported output values in the account and region in which you call this action.
listExportsAsync(ListExportsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listExportsAsync(ListExportsRequest, AsyncHandler<ListExportsRequest, ListExportsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listExportsAsync(ListExportsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Lists all exported output values in the account and region in which you call this action.
listExportsAsync(ListExportsRequest, AsyncHandler<ListExportsRequest, ListExportsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Lists all exported output values in the account and region in which you call this action.
listExportsAsync(ListExportsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listExportsAsync(ListExportsRequest, AsyncHandler<ListExportsRequest, ListExportsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListExportsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListExportsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListExportsRequest
 
ListExportsResult - Class in com.amazonaws.services.cloudformation.model
 
ListExportsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListExportsResult
 
listImports(ListImportsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listImports(ListImportsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Lists all stacks that are importing an exported output value.
listImports(ListImportsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Lists all stacks that are importing an exported output value.
listImportsAsync(ListImportsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listImportsAsync(ListImportsRequest, AsyncHandler<ListImportsRequest, ListImportsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listImportsAsync(ListImportsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Lists all stacks that are importing an exported output value.
listImportsAsync(ListImportsRequest, AsyncHandler<ListImportsRequest, ListImportsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Lists all stacks that are importing an exported output value.
listImportsAsync(ListImportsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listImportsAsync(ListImportsRequest, AsyncHandler<ListImportsRequest, ListImportsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListImportsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListImportsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListImportsRequest
 
ListImportsResult - Class in com.amazonaws.services.cloudformation.model
 
ListImportsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListImportsResult
 
listStackInstances(ListStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStackInstances(ListStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about stack instances that are associated with the specified stack set.
listStackInstances(ListStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about stack instances that are associated with the specified stack set.
listStackInstancesAsync(ListStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackInstancesAsync(ListStackInstancesRequest, AsyncHandler<ListStackInstancesRequest, ListStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackInstancesAsync(ListStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about stack instances that are associated with the specified stack set.
listStackInstancesAsync(ListStackInstancesRequest, AsyncHandler<ListStackInstancesRequest, ListStackInstancesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about stack instances that are associated with the specified stack set.
listStackInstancesAsync(ListStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStackInstancesAsync(ListStackInstancesRequest, AsyncHandler<ListStackInstancesRequest, ListStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListStackInstancesRequest - Class in com.amazonaws.services.cloudformation.model
 
ListStackInstancesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
 
ListStackInstancesResult - Class in com.amazonaws.services.cloudformation.model
 
ListStackInstancesResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
 
listStackResources(ListStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStackResources(ListStackResourcesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns descriptions of all resources of the specified stack.
listStackResources(ListStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns descriptions of all resources of the specified stack.
listStackResourcesAsync(ListStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackResourcesAsync(ListStackResourcesRequest, AsyncHandler<ListStackResourcesRequest, ListStackResourcesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackResourcesAsync(ListStackResourcesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns descriptions of all resources of the specified stack.
listStackResourcesAsync(ListStackResourcesRequest, AsyncHandler<ListStackResourcesRequest, ListStackResourcesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns descriptions of all resources of the specified stack.
listStackResourcesAsync(ListStackResourcesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStackResourcesAsync(ListStackResourcesRequest, AsyncHandler<ListStackResourcesRequest, ListStackResourcesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListStackResourcesRequest - Class in com.amazonaws.services.cloudformation.model
The input for the ListStackResource action.
ListStackResourcesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
 
ListStackResourcesResult - Class in com.amazonaws.services.cloudformation.model
The output for a ListStackResources action.
ListStackResourcesResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
 
listStacks(ListStacksRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStacks() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStacks(ListStacksRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
listStacks() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Simplified method form for invoking the ListStacks operation.
listStacks(ListStacksRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
listStacks() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
listStacksAsync(ListStacksRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStacksAsync(ListStacksRequest, AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStacksAsync() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the ListStacks operation.
listStacksAsync(AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
Simplified method form for invoking the ListStacks operation with an AsyncHandler.
listStacksAsync(ListStacksRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
listStacksAsync(ListStacksRequest, AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
listStacksAsync() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the ListStacks operation.
listStacksAsync(AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Simplified method form for invoking the ListStacks operation with an AsyncHandler.
listStacksAsync(ListStacksRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStacksAsync(ListStacksRequest, AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStacksAsync() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the ListStacks operation.
listStacksAsync(AsyncHandler<ListStacksRequest, ListStacksResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Simplified method form for invoking the ListStacks operation with an AsyncHandler.
listStackSetOperationResults(ListStackSetOperationResultsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStackSetOperationResults(ListStackSetOperationResultsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about the results of a stack set operation.
listStackSetOperationResults(ListStackSetOperationResultsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about the results of a stack set operation.
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest, AsyncHandler<ListStackSetOperationResultsRequest, ListStackSetOperationResultsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about the results of a stack set operation.
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest, AsyncHandler<ListStackSetOperationResultsRequest, ListStackSetOperationResultsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about the results of a stack set operation.
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStackSetOperationResultsAsync(ListStackSetOperationResultsRequest, AsyncHandler<ListStackSetOperationResultsRequest, ListStackSetOperationResultsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListStackSetOperationResultsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetOperationResultsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
 
ListStackSetOperationResultsResult - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetOperationResultsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
 
listStackSetOperations(ListStackSetOperationsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStackSetOperations(ListStackSetOperationsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about operations performed on a stack set.
listStackSetOperations(ListStackSetOperationsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about operations performed on a stack set.
listStackSetOperationsAsync(ListStackSetOperationsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetOperationsAsync(ListStackSetOperationsRequest, AsyncHandler<ListStackSetOperationsRequest, ListStackSetOperationsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetOperationsAsync(ListStackSetOperationsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about operations performed on a stack set.
listStackSetOperationsAsync(ListStackSetOperationsRequest, AsyncHandler<ListStackSetOperationsRequest, ListStackSetOperationsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about operations performed on a stack set.
listStackSetOperationsAsync(ListStackSetOperationsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStackSetOperationsAsync(ListStackSetOperationsRequest, AsyncHandler<ListStackSetOperationsRequest, ListStackSetOperationsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListStackSetOperationsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetOperationsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
 
ListStackSetOperationsResult - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetOperationsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
 
listStackSets(ListStackSetsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listStackSets(ListStackSetsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about stack sets that are associated with the user.
listStackSets(ListStackSetsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about stack sets that are associated with the user.
listStackSetsAsync(ListStackSetsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetsAsync(ListStackSetsRequest, AsyncHandler<ListStackSetsRequest, ListStackSetsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listStackSetsAsync(ListStackSetsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about stack sets that are associated with the user.
listStackSetsAsync(ListStackSetsRequest, AsyncHandler<ListStackSetsRequest, ListStackSetsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about stack sets that are associated with the user.
listStackSetsAsync(ListStackSetsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listStackSetsAsync(ListStackSetsRequest, AsyncHandler<ListStackSetsRequest, ListStackSetsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListStackSetsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
 
ListStackSetsResult - Class in com.amazonaws.services.cloudformation.model
 
ListStackSetsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStackSetsResult
 
ListStacksRequest - Class in com.amazonaws.services.cloudformation.model
The input for ListStacks action.
ListStacksRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListStacksRequest
 
ListStacksResult - Class in com.amazonaws.services.cloudformation.model
The output for ListStacks action.
ListStacksResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListStacksResult
 
listTypeRegistrations(ListTypeRegistrationsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listTypeRegistrations(ListTypeRegistrationsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns a list of registration tokens for the specified type(s).
listTypeRegistrations(ListTypeRegistrationsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns a list of registration tokens for the specified type(s).
listTypeRegistrationsAsync(ListTypeRegistrationsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypeRegistrationsAsync(ListTypeRegistrationsRequest, AsyncHandler<ListTypeRegistrationsRequest, ListTypeRegistrationsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypeRegistrationsAsync(ListTypeRegistrationsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns a list of registration tokens for the specified type(s).
listTypeRegistrationsAsync(ListTypeRegistrationsRequest, AsyncHandler<ListTypeRegistrationsRequest, ListTypeRegistrationsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns a list of registration tokens for the specified type(s).
listTypeRegistrationsAsync(ListTypeRegistrationsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listTypeRegistrationsAsync(ListTypeRegistrationsRequest, AsyncHandler<ListTypeRegistrationsRequest, ListTypeRegistrationsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListTypeRegistrationsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListTypeRegistrationsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
 
ListTypeRegistrationsResult - Class in com.amazonaws.services.cloudformation.model
 
ListTypeRegistrationsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
 
listTypes(ListTypesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listTypes(ListTypesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about types that have been registered with CloudFormation.
listTypes(ListTypesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about types that have been registered with CloudFormation.
listTypesAsync(ListTypesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypesAsync(ListTypesRequest, AsyncHandler<ListTypesRequest, ListTypesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypesAsync(ListTypesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about types that have been registered with CloudFormation.
listTypesAsync(ListTypesRequest, AsyncHandler<ListTypesRequest, ListTypesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about types that have been registered with CloudFormation.
listTypesAsync(ListTypesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listTypesAsync(ListTypesRequest, AsyncHandler<ListTypesRequest, ListTypesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListTypesRequest - Class in com.amazonaws.services.cloudformation.model
 
ListTypesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypesRequest
 
ListTypesResult - Class in com.amazonaws.services.cloudformation.model
 
ListTypesResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypesResult
 
listTypeVersions(ListTypeVersionsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
listTypeVersions(ListTypeVersionsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Returns summary information about the versions of a type.
listTypeVersions(ListTypeVersionsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Returns summary information about the versions of a type.
listTypeVersionsAsync(ListTypeVersionsRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypeVersionsAsync(ListTypeVersionsRequest, AsyncHandler<ListTypeVersionsRequest, ListTypeVersionsResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
listTypeVersionsAsync(ListTypeVersionsRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about the versions of a type.
listTypeVersionsAsync(ListTypeVersionsRequest, AsyncHandler<ListTypeVersionsRequest, ListTypeVersionsResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Returns summary information about the versions of a type.
listTypeVersionsAsync(ListTypeVersionsRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
listTypeVersionsAsync(ListTypeVersionsRequest, AsyncHandler<ListTypeVersionsRequest, ListTypeVersionsResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ListTypeVersionsRequest - Class in com.amazonaws.services.cloudformation.model
 
ListTypeVersionsRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
 
ListTypeVersionsResult - Class in com.amazonaws.services.cloudformation.model
 
ListTypeVersionsResult() - Constructor for class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
 
LoggingConfig - Class in com.amazonaws.services.cloudformation.model
Contains logging configuration information for a type.
LoggingConfig() - Constructor for class com.amazonaws.services.cloudformation.model.LoggingConfig
 

N

NameAlreadyExistsException - Exception in com.amazonaws.services.cloudformation.model
The specified name is already in use.
NameAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.NameAlreadyExistsException
Constructs a new NameAlreadyExistsException with the specified error message.

O

OnFailure - Enum in com.amazonaws.services.cloudformation.model
 
OperationIdAlreadyExistsException - Exception in com.amazonaws.services.cloudformation.model
The specified operation ID already exists.
OperationIdAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.OperationIdAlreadyExistsException
Constructs a new OperationIdAlreadyExistsException with the specified error message.
OperationInProgressException - Exception in com.amazonaws.services.cloudformation.model
Another operation is currently in progress for this stack set.
OperationInProgressException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.OperationInProgressException
Constructs a new OperationInProgressException with the specified error message.
OperationNotFoundException - Exception in com.amazonaws.services.cloudformation.model
The specified ID refers to an operation that doesn't exist.
OperationNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.OperationNotFoundException
Constructs a new OperationNotFoundException with the specified error message.
OperationStatus - Enum in com.amazonaws.services.cloudformation.model
 
OperationStatusCheckFailedException - Exception in com.amazonaws.services.cloudformation.model
Error reserved for use by the CloudFormation CLI.
OperationStatusCheckFailedException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.OperationStatusCheckFailedException
Constructs a new OperationStatusCheckFailedException with the specified error message.
Output - Class in com.amazonaws.services.cloudformation.model
The Output data type.
Output() - Constructor for class com.amazonaws.services.cloudformation.model.Output
 

P

Parameter - Class in com.amazonaws.services.cloudformation.model
The Parameter data type.
Parameter() - Constructor for class com.amazonaws.services.cloudformation.model.Parameter
 
ParameterConstraints - Class in com.amazonaws.services.cloudformation.model
A set of criteria that AWS CloudFormation uses to validate parameter values.
ParameterConstraints() - Constructor for class com.amazonaws.services.cloudformation.model.ParameterConstraints
 
ParameterDeclaration - Class in com.amazonaws.services.cloudformation.model
The ParameterDeclaration data type.
ParameterDeclaration() - Constructor for class com.amazonaws.services.cloudformation.model.ParameterDeclaration
 
PermissionModels - Enum in com.amazonaws.services.cloudformation.model
 
PhysicalResourceIdContextKeyValuePair - Class in com.amazonaws.services.cloudformation.model
Context information that enables AWS CloudFormation to uniquely identify a resource.
PhysicalResourceIdContextKeyValuePair() - Constructor for class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
 
PropertyDifference - Class in com.amazonaws.services.cloudformation.model
Information about a resource property whose actual value differs from its expected value, as defined in the stack template and any values specified as template parameters.
PropertyDifference() - Constructor for class com.amazonaws.services.cloudformation.model.PropertyDifference
 
ProvisioningType - Enum in com.amazonaws.services.cloudformation.model
 

R

recordHandlerProgress(RecordHandlerProgressRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
recordHandlerProgress(RecordHandlerProgressRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Reports progress of a resource handler to CloudFormation.
recordHandlerProgress(RecordHandlerProgressRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Reports progress of a resource handler to CloudFormation.
recordHandlerProgressAsync(RecordHandlerProgressRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
recordHandlerProgressAsync(RecordHandlerProgressRequest, AsyncHandler<RecordHandlerProgressRequest, RecordHandlerProgressResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
recordHandlerProgressAsync(RecordHandlerProgressRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Reports progress of a resource handler to CloudFormation.
recordHandlerProgressAsync(RecordHandlerProgressRequest, AsyncHandler<RecordHandlerProgressRequest, RecordHandlerProgressResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Reports progress of a resource handler to CloudFormation.
recordHandlerProgressAsync(RecordHandlerProgressRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
recordHandlerProgressAsync(RecordHandlerProgressRequest, AsyncHandler<RecordHandlerProgressRequest, RecordHandlerProgressResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
RecordHandlerProgressRequest - Class in com.amazonaws.services.cloudformation.model
 
RecordHandlerProgressRequest() - Constructor for class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
 
RecordHandlerProgressResult - Class in com.amazonaws.services.cloudformation.model
 
RecordHandlerProgressResult() - Constructor for class com.amazonaws.services.cloudformation.model.RecordHandlerProgressResult
 
registerType(RegisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
registerType(RegisterTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Registers a type with the CloudFormation service.
registerType(RegisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Registers a type with the CloudFormation service.
registerTypeAsync(RegisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
registerTypeAsync(RegisterTypeRequest, AsyncHandler<RegisterTypeRequest, RegisterTypeResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
registerTypeAsync(RegisterTypeRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Registers a type with the CloudFormation service.
registerTypeAsync(RegisterTypeRequest, AsyncHandler<RegisterTypeRequest, RegisterTypeResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Registers a type with the CloudFormation service.
registerTypeAsync(RegisterTypeRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
registerTypeAsync(RegisterTypeRequest, AsyncHandler<RegisterTypeRequest, RegisterTypeResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
RegisterTypeRequest - Class in com.amazonaws.services.cloudformation.model
 
RegisterTypeRequest() - Constructor for class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
 
RegisterTypeResult - Class in com.amazonaws.services.cloudformation.model
 
RegisterTypeResult() - Constructor for class com.amazonaws.services.cloudformation.model.RegisterTypeResult
 
RegistrationStatus - Enum in com.amazonaws.services.cloudformation.model
 
RegistryType - Enum in com.amazonaws.services.cloudformation.model
 
Replacement - Enum in com.amazonaws.services.cloudformation.model
 
RequiresRecreation - Enum in com.amazonaws.services.cloudformation.model
 
ResourceAttribute - Enum in com.amazonaws.services.cloudformation.model
 
ResourceChange - Class in com.amazonaws.services.cloudformation.model
The ResourceChange structure describes the resource and the action that AWS CloudFormation will perform on it if you execute this change set.
ResourceChange() - Constructor for class com.amazonaws.services.cloudformation.model.ResourceChange
 
ResourceChangeDetail - Class in com.amazonaws.services.cloudformation.model
For a resource with Modify as the action, the ResourceChange structure describes the changes AWS CloudFormation will make to that resource.
ResourceChangeDetail() - Constructor for class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
 
ResourceIdentifierSummary - Class in com.amazonaws.services.cloudformation.model
Describes the target resources of a specific type in your import template (for example, all AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of that type.
ResourceIdentifierSummary() - Constructor for class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
 
ResourceSignalStatus - Enum in com.amazonaws.services.cloudformation.model
 
ResourceStatus - Enum in com.amazonaws.services.cloudformation.model
 
ResourceTargetDefinition - Class in com.amazonaws.services.cloudformation.model
The field that AWS CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.
ResourceTargetDefinition() - Constructor for class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
 
ResourceToImport - Class in com.amazonaws.services.cloudformation.model
Describes the target resource of an import operation.
ResourceToImport() - Constructor for class com.amazonaws.services.cloudformation.model.ResourceToImport
 
RollbackConfiguration - Class in com.amazonaws.services.cloudformation.model
Structure containing the rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
RollbackConfiguration() - Constructor for class com.amazonaws.services.cloudformation.model.RollbackConfiguration
 
RollbackTrigger - Class in com.amazonaws.services.cloudformation.model
A rollback trigger AWS CloudFormation monitors during creation and updating of stacks.
RollbackTrigger() - Constructor for class com.amazonaws.services.cloudformation.model.RollbackTrigger
 

S

setAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
setAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
setAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Self-managed permissions] The name of the AWS account for this operation result.
setAccountGateResult(AccountGateResult) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
setAccountLimits(Collection<AccountLimit>) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
setAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
setAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Self-managed permissions] The names of the AWS accounts that you want to delete stack instances for.
setAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The names of one or more AWS accounts for which you want to deploy stack set updates.
setAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts for which you want to update parameter values for stack instances.
setAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Self-managed permissions] The accounts in which to update associated stack instances.
setAction(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).
setAction(ChangeAction) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).
setAction(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The type of stack set operation: CREATE, UPDATE, or DELETE.
setAction(StackSetOperationAction) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The type of stack set operation: CREATE, UPDATE, or DELETE.
setAction(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The type of operation: CREATE, UPDATE, or DELETE.
setAction(StackSetOperationAction) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The type of operation: CREATE, UPDATE, or DELETE.
setActualProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the actual property values of the stack resource.
setActualValue(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The actual property value of the resource property.
setAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
setAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
setAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The Amazon Resource Number (ARN) of the IAM role used to perform this stack set operation.
setAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to update this stack set.
setAllowedValues(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
A list of values that are permitted for a parameter.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The Amazon Resource Name (ARN) of the type.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The Amazon Resource Name (ARN) of the type.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the type.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The Amazon Resource Name (ARN) of the rollback trigger.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
setArn(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The Amazon Resource Name (ARN) of the type version.
setAttribute(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
setAttribute(ResourceAttribute) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
setAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU).
setAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
setAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
setAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
setBearerToken(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
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.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The capabilities found within the template.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.Stack
The capabilities allowed in the stack.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The capabilities that are allowed in the stack set.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack set and its associated stack instances.
setCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The capabilities found within the template.
setCapabilitiesReason(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The list of resources that generated the values in the Capabilities response element.
setCapabilitiesReason(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The list of resources that generated the values in the Capabilities response element.
setCausingEntity(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The identity of the entity that triggered this change.
setChanges(Collection<Change>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.
setChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the change set.
setChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the change set.
setChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The unique ID of the change set.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the change set.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name of the change set.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the change set.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
The name or ARN of the change set that you want use to update the specified stack.
setChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template.
setChangeSetType(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The type of change set operation.
setChangeSetType(ChangeSetType) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The type of change set operation.
setChangeSource(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The group to which the CausingEntity value belongs.
setChangeSource(ChangeSource) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The group to which the CausingEntity value belongs.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
A unique identifier for this CancelUpdateStack request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A unique identifier for this ContinueUpdateRollback request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A unique identifier for this CreateStack request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A unique identifier for this CreateStackSet request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
A unique identifier for this DeleteStack request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
A unique identifier for this ExecuteChangeSet request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A unique identifier that acts as an idempotency key for this registration request.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The token passed to the operation that generated this event.
setClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A unique identifier for this UpdateStack request.
setClientToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A unique identifier for this CreateChangeSet request.
setCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The start time when the change set was created, in UTC.
setCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The start time when the change set was created, in UTC.
setCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time at which the stack was created.
setCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was created.
setCreationTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the operation was initiated.
setCreationTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the operation was initiated.
setCurrentOperationStatus(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setDeclaredTransforms(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of the transforms that are declared in the template.
setDeclaredTransforms(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of the transforms that are declared in the template.
setDefaultValue(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The default value of the parameter.
setDefaultValue(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The default value associated with the parameter.
setDefaultVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The ID of the default version of the type.
setDefaultVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The ID of the default version of the type.
setDeletionTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was deleted.
setDeletionTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was deleted.
setDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which to create stack instances in the specified Regions.
setDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts from which to delete stack instances.
setDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
[Service-managed permissions] The AWS Organizations accounts affected by the stack operation.
setDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which you want to update parameter values for stack instances.
setDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] The AWS Organizations accounts in which to update associated stack instances.
setDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The deprecation status of the type.
setDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The deprecation status of the types that you want to get summary information about.
setDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The deprecation status of the type versions that you want to get summary information about.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
Descriptive information about the change set.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A description to help you identify this change set.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A description of the stack set.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
Information about the change set.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The description of the type registration request.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The description of the registered type.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined in the Description property of the template.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.Output
User defined description associated with the output.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The description that is associate with the parameter.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
A user-defined description associated with the stack.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
User defined description associated with the resource.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
User defined description associated with the resource.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A description of the stack set that you specify when the stack set is created or updated.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
A description of the stack set that you specify when the stack set is created or updated.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
User defined description associated with the parameter.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The description of the type.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The description of the type version.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A brief description of updates that you are making.
setDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The description found within the template.
setDetails(Collection<ResourceChangeDetail>) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.
setDetectionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The status of the stack drift detection operation.
setDetectionStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The reason the stack drift detection operation has its current status.
setDifferenceType(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The type of property difference.
setDisableRollback(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Set to true to disable rollback of the stack if stack creation failed.
setDisableRollback(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Stack
Boolean to enable or disable rollback on stack creation failures:
setDocumentationUrl(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of a page providing detailed documentation for this type.
setDriftDetectionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The status of the stack set drift detection operation.
setDriftedStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that have drifted from the expected template and parameter configuration of the stack set.
setDriftedStackResourceCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Total number of stack resources that have drifted.
setDriftInformation(StackDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.Stack
Information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
setDriftInformation(StackResourceDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
setDriftInformation(StackResourceDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
setDriftInformation(StackResourceDriftInformationSummary) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
setDriftInformation(StackDriftInformationSummary) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
setDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
setDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
setDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
setDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
setDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
setDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
setDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
setEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Whether to enable termination protection on the specified stack.
setEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Stack
Whether termination protection is enabled for the stack.
setEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
Whether to enable termination protection on the specified stack.
setEndpoint(String) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
setEndpoint(String) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the stack set operation ended, across all accounts and regions specified.
setEndTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the stack set operation ended, across all accounts and regions specified.
setErrorCode(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setEvaluation(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
setEvaluation(EvaluationType) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
setEventId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID of this event.
setExecutionRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the IAM execution role used to register the type.
setExecutionRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The Amazon Resource Name (ARN) of the IAM execution role to use to register the type.
setExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name of the IAM execution role to use to create the stack set.
setExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name of the IAM execution role used to create or update the stack set.
setExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The name of the IAM execution role used to create or update the stack set.
setExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name of the IAM execution role to use to update the stack set.
setExecutionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
If the change set execution status is AVAILABLE, you can execute the change set.
setExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
If the change set execution status is AVAILABLE, you can execute the change set.
setExecutionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the change set execution status is AVAILABLE, you can execute the change set.
setExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the change set execution status is AVAILABLE, you can execute the change set.
setExpectedProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.
setExpectedValue(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
setExportingStackId(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The stack that contains the exported output name and value.
setExportName(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
The name of the exported output value.
setExportName(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The name of the export associated with the output.
setExports(Collection<Export>) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
The output for the ListExports action.
setFailedStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances for which the drift detection operation failed.
setFailureToleranceCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The number of accounts, per region, for which this operation can fail before AWS CloudFormation stops the operation in that region.
setFailureTolerancePercentage(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The percentage of accounts, per region, for which this stack operation can fail before AWS CloudFormation stops the operation in that region.
setId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The Amazon Resource Name (ARN) of the change set.
setImports(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A list of stack names that are importing the specified exported output value.
setInProgressStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that are currently being checked for drift.
setInSyncStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances which match the expected template and parameter configuration of the stack set.
setKey(String) - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context key.
setKey(String) - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
setLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
setLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
setLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
setLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
setLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
setLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
setLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Most recent time when CloudFormation performed a drift detection operation on the stack set.
setLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Most recent time when CloudFormation performed a drift detection operation on the stack set.
setLastUpdated(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
setLastUpdated(Date) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
When the current default version of the type was registered.
setLastUpdatedTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was last updated.
setLastUpdatedTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was last updated.
setLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Time the status was updated.
setLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Time the status was updated.
setLoggingConfig(LoggingConfig) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
Contains logging configuration information for a type.
setLoggingConfig(LoggingConfig) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
Specifies logging configuration information for a type.
setLogGroupName(String) - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The logical name of the resource as specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The logical name of the resource as specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The logical name of the resource for which to return drift information.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's logical ID, which is defined in the stack's template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The logical ID of the target resource as specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The logical ID of the resource that you want to signal.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The logical name of the resource specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The logical name of the resource specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The logical name of the resource specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The logical name of the resource specified in the template.
setLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The logical name of the resource specified in the template.
setLogicalResourceIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The logical names of any resources you want to use as filters.
setLogicalResourceIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
setLogRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
setMaxConcurrentCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum number of accounts in which to perform this operation at one time.
setMaxConcurrentPercentage(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum percentage of accounts in which to perform this operation at one time.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The maximum number of results to be returned with a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The maximum number of results to be returned with a single call.
setMetadata(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined for the Metadata property of the template.
setMetadata(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The content of the Metadata attribute declared for the resource.
setMonitoringTimeInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.
setName(String) - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The name of the account limit.
setName(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The name of exported output value.
setName(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, the name of the property.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
A string that identifies the next page of limits that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the output exceeds 1 MB, a string that identifies the next page of changes.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
A string that identifies the next page of events that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
If the output exceeds 1 MB in size, a string that identifies the next page of events.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
A string that identifies the next page of stack resource drift results.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
If the output exceeds 1 MB, a string that identifies the next page of change sets.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A string that identifies the next page of exports.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
If the previous request didn't return all of the remaining results, the response's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
A string that identifies the next page of stack resources that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
If the previous request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
If the request doesn't return all results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
If the request doesn't return all results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
setNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
setNoEcho(Boolean) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
setNoEcho(Boolean) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
setNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.
setNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Simple Notification Service (SNS) topic ARNs to publish stack related events.
setNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
setNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.Stack
SNS topic ARNs to which stack related events are published.
setNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.
setOnFailure(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Determines what action will be taken if stack creation fails.
setOnFailure(OnFailure) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Determines what action will be taken if stack creation fails.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The unique ID of the stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The ID of the stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
The ID of the drift detection stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The ID of the stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The unique ID of a stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The unique ID of the stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The ID of the stack operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
The unique identifier for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The unique ID for this stack set operation.
setOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
The unique ID for this stack set operation.
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The preferences for how AWS CloudFormation performs this stack set operation.
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
setOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Preferences for how AWS CloudFormation performs this stack set operation.
setOperationStatus(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID for this operation result.
setOrganizationalUnitIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The organization root ID or organizational unit (OUs) IDs to which StackSets deploys.
setOrganizationalUnitIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] The organization root ID or organizational unit (OUs) IDs to which stacks in your stack set have been deployed.
setOutputKey(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The key associated with the output.
setOutputs(Collection<Output>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of output structures.
setOutputValue(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The value associated with the output.
setParameterConstraints(ParameterConstraints) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The criteria that AWS CloudFormation uses to validate parameter values.
setParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
The key associated with the parameter.
setParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The name that is associated with the parameter.
setParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The name associated with the parameter.
setParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
A list of stack set parameters whose values you want to override in the selected stack instances.
setParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
A list of parameters from the stack set template whose values have been overridden in this stack instance.
setParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
A list of input parameters whose values you want to update for the specified stack instances.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A list of Parameter structures that specify input parameters for the change set.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A list of Parameter structures that specify input parameters for the stack.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The input parameters for the stack set template.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Parameter structures that describes the input parameters and their values used to create the change set.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
A list of Parameter structures that specify input parameters.
setParameters(Collection<ParameterDeclaration>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of parameter declarations that describe various properties for each parameter.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Parameter structures.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of input parameters for a stack set.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A list of Parameter structures that specify input parameters for the stack.
setParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A list of input parameters for the stack set template.
setParameters(Collection<TemplateParameter>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of TemplateParameter structures.
setParameterType(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The type of parameter.
setParameterValue(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
The input value associated with the parameter.
setParentId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
setParentId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
setPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
setPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Describes how the IAM roles required for stack set operations are created.
setPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Describes how the IAM roles required for stack set operations are created.
setPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Describes how the IAM roles required for stack set operations are created.
setPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Describes how the IAM roles required for stack set operations are created.
setPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's physical ID (resource name).
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name or unique identifier associated with the physical instance of the resource.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
setPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The name or unique identifier that corresponds to a physical instance ID of the resource.
setPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair>) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Context information that enables AWS CloudFormation to uniquely identify a resource.
setProgressStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The current status of the type registration request.
setPropertyDifferences(Collection<PropertyDifference>) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A collection of the resource properties whose actual values differ from their expected values.
setPropertyPath(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The fully-qualified path to the resource property.
setProvisioningType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The provisioning behavior of the type.
setProvisioningType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The provisioning behavior of the type.
setRegion(Region) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
setRegion(Region) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name of the AWS region that the stack instance is associated with.
setRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name of the AWS region that the stack instance is associated with.
setRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The name of the AWS region for this operation result.
setRegionOrder(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The order of the regions in where you want to perform the stack operation.
setRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
setRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The regions where you want to delete stack set instances.
setRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The names of one or more regions in which you want to update parameter values for stack instances.
setRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The regions in which to update associated stack instances.
setRegistrationStatusFilter(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The current status of the type registration request.
setRegistrationToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
The identifier for this registration request.
setRegistrationToken(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
The identifier for this registration request.
setRegistrationTokenList(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
A list of type registration tokens.
setReplacement(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
setReplacement(Replacement) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
setRequiresRecreation(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated.
setRequiresRecreation(RequiresRecreation) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated.
setResolvedValue(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
Read-only.
setResourceChange(ResourceChange) - Method in class com.amazonaws.services.cloudformation.model.Change
A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
setResourceIdentifier(Map<String, String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
A key-value pair that identifies the target resource.
setResourceIdentifiers(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The resource properties you can provide during the import to identify your target resources.
setResourceIdentifierSummaries(Collection<ResourceIdentifierSummary>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.
setResourceModel(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setResourceProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
BLOB of the properties used to create the resource.
setResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Current status of the resource.
setResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Current status of the resource.
setResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Current status of the resource.
setResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Current status of the resource.
setResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Current status of the resource.
setResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Current status of the resource.
setResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Current status of the resource.
setResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Current status of the resource.
setResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Success/failure message associated with the resource.
setResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Success/failure message associated with the resource.
setResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Success/failure message associated with the resource.
setResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Success/failure message associated with the resource.
setResourcesToImport(Collection<ResourceToImport>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The resources to import into your stack.
setResourcesToSkip(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The type of AWS CloudFormation resource, such as AWS::S3::Bucket.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The template resource type of the target resources, such as AWS::S3::Bucket.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The type of resource to import into your stack, such as AWS::S3::Bucket.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Type of resource.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Type of resource.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Type of resource.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The type of the resource.
setResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Type of resource.
setResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
setResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
setResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
setResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
setRetainResources(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain.
setRetainStacks(Boolean) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
setRetainStacks(Boolean) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks.
setRetainStacksOnAccountRemoval(Boolean) - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, stack resources are retained when an account is removed from a target organization or OU.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack.
setRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack.
setRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
setRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
setRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
setRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.Stack
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
setRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
setRollbackTriggers(Collection<RollbackTrigger>) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The triggers to monitor during stack creation or update actions.
setRootId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
setRootId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
setSchema(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The schema that defines the type.
setSchemaHandlerPackage(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A url to the S3 bucket containing the schema handler package that contains the schema, event handlers, and associated files for the type you want to register.
setScope(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
setSourceUrl(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of the source code for the type.
setStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
The ID of the drift detection results of this operation.
setStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the drift detection results of this operation.
setStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
The ID of the drift detection results of this operation.
setStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Status of the stack's actual configuration compared to its expected configuration.
setStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Status of the stack's actual configuration compared to its expected template configuration.
setStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Status of the stack's actual configuration compared to its expected template configuration.
setStackEvents(Collection<StackEvent>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
A list of StackEvents structures.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the stack with which the change set is associated.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The unique ID of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
Unique identifier of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the stack that is associated with the change set.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Unique identifier of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID name of the instance of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The ID of the stack instance.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The ID of the stack instance.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Unique identifier of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Unique identifier of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The ID of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Unique stack identifier.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
Unique identifier of the stack.
setStackId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
The unique ID of the stack.
setStackInstance(StackInstance) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
The stack instance that matches the specified request parameters.
setStackInstanceAccount(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The ID of an AWS account that's associated with this stack instance.
setStackInstanceAccount(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the AWS account that you want to list stack instances for.
setStackInstanceRegion(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name of a region that's associated with this stack instance.
setStackInstanceRegion(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the region where you want to list stack instances.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
The name or the unique stack ID that is associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the stack with which the change set is associated.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The name or the unique ID of the stack that you want to continue rolling back.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name or the unique ID of the stack for which you are creating a change set.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The name that is associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The name or the unique stack ID that is associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the stack that is associated with the change set.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The name of the stack for which you want drift information.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The name of the stack for which you want to detect drift.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The name of the stack to which the resource belongs.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
The name or unique stack ID that is associated with the stack whose policy you want to get.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or the stack ID that is associated with the stack, which are not always interchangeable.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
The name or unique stack ID that you want to associate a policy with.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The stack name or unique stack ID that includes the resource that you want to signal.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The name associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name associated with a stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The name associated with the stack.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The name or unique stack ID of the stack to update.
setStackName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
The name or unique ID of the stack for which you want to set termination protection.
setStackPolicy(SetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
setStackPolicy(SetStackPolicyRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Sets a stack policy for a specified stack.
setStackPolicy(SetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Sets a stack policy for a specified stack.
setStackPolicyAsync(SetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
setStackPolicyAsync(SetStackPolicyRequest, AsyncHandler<SetStackPolicyRequest, SetStackPolicyResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
setStackPolicyAsync(SetStackPolicyRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Sets a stack policy for a specified stack.
setStackPolicyAsync(SetStackPolicyRequest, AsyncHandler<SetStackPolicyRequest, SetStackPolicyResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Sets a stack policy for a specified stack.
setStackPolicyAsync(SetStackPolicyRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
setStackPolicyAsync(SetStackPolicyRequest, AsyncHandler<SetStackPolicyRequest, SetStackPolicyResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
setStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the stack policy body.
setStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
Structure containing the stack policy body.
setStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Structure containing the stack policy body.
setStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing a new stack policy body.
setStackPolicyDuringUpdateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the temporary overriding stack policy body.
setStackPolicyDuringUpdateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the temporary overriding stack policy.
SetStackPolicyRequest - Class in com.amazonaws.services.cloudformation.model
The input for the SetStackPolicy action.
SetStackPolicyRequest() - Constructor for class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
 
SetStackPolicyResult - Class in com.amazonaws.services.cloudformation.model
 
SetStackPolicyResult() - Constructor for class com.amazonaws.services.cloudformation.model.SetStackPolicyResult
 
setStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of a file containing the stack policy.
setStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Location of a file containing the stack policy.
setStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the updated stack policy.
setStackResourceDetail(StackResourceDetail) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
A StackResourceDetail structure containing the description of the specified resource in the specified stack.
setStackResourceDrift(StackResourceDrift) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
setStackResourceDrifts(Collection<StackResourceDrift>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
Drift information for the resources that have been checked for drift in the specified stack.
setStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Status of the resource's actual configuration compared to its expected configuration
setStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
Status of the resource's actual configuration compared to its expected configuration
setStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
Status of the resource's actual configuration compared to its expected configuration
setStackResourceDriftStatusFilters(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The resource drift status values to use as filters for the resource drift results returned.
setStackResources(Collection<StackResource>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
A list of StackResource structures.
setStackResourceSummaries(Collection<StackResourceSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
A list of StackResourceSummary structures.
setStacks(Collection<Stack>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
A list of stack structures.
setStackSet(StackSet) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
The specified stack set.
setStackSetARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the stack set.
setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Detailed information about the drift status of the stack set.
setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
Detailed information about the drift status of the stack set.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
The ID of the stack set that you're creating.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name or unique ID of the stack set that the stack instance is associated with.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name or unique ID of the stack set that the stack instance is associated with.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The ID of the stack set.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The ID of the stack set.
setStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The ID of the stack set.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The name or unique ID of the stack set that you want to create stack instances from.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name to associate with the stack set.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The name or unique ID of the stack set that you want to delete stack instances for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
The name or unique ID of the stack set that you're deleting.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name or the unique stack ID of the stack set that you want to get stack instance information for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The name or the unique stack ID of the stack set for the stack operation.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
The name or unique ID of the stack set whose description you want.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The name of the stack set on which to perform the drift detection operation.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or unique ID of the stack set from which the stack was created.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name or unique ID of the stack set that you want to list stack instances for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The name or unique ID of the stack set that you want to get operation results for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The name or unique ID of the stack set that you want to get operation summaries for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name that's associated with the stack set.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The name of the stack set.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The name or unique ID of the stack set that you want to stop the operation for.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The name or unique ID of the stack set associated with the stack instances.
setStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name or unique ID of the stack set that you want to update.
setStackSetOperation(StackSetOperation) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
The specified stack set operation.
setStackStatus(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Current status of the stack.
setStackStatus(StackStatus) - Method in class com.amazonaws.services.cloudformation.model.Stack
Current status of the stack.
setStackStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The current status of the stack.
setStackStatus(StackStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The current status of the stack.
setStackStatusFilters(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Stack status to use as a filter.
setStackStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Success/failure message associated with the stack status.
setStackStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Success/Failure message associated with the stack status.
setStackSummaries(Collection<StackSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
A list of StackSummary structures containing information about the specified stacks.
setStagesAvailable(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
The stage of the template that you can retrieve.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The status of the account gate function.
setStatus(AccountGateStatus) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The status of the account gate function.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
setStatus(ChangeSetStatus) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
setStatus(ChangeSetStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The status of the stack sets that you want to get summary information about.
setStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The status of the stack sets that you want to get summary information about.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The status of the signal, which is either success or failure.
setStatus(ResourceSignalStatus) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The status of the signal, which is either success or failure.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The status of the stack instance, in terms of its synchronization with its associated stack set.
setStatus(StackInstanceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The status of the stack instance, in terms of its synchronization with its associated stack set.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The status of the stack instance, in terms of its synchronization with its associated stack set.
setStatus(StackInstanceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The status of the stack instance, in terms of its synchronization with its associated stack set.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The status of the stack set.
setStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The status of the stack set.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The status of the operation.
setStatus(StackSetOperationStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The status of the operation.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The result status of the stack set operation for the given account in the given region.
setStatus(StackSetOperationResultStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The result status of the stack set operation for the given account in the given region.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The overall status of the operation.
setStatus(StackSetOperationStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The overall status of the operation.
setStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The status of the stack set.
setStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The status of the stack set.
setStatusMessage(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The reason for the account gate status assigned to this account and region for the stack set operation.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
A description of the change set's status.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A description of the change set's status.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The explanation for the specific status code that is assigned to this stack instance.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The explanation for the specific status code assigned to this stack instance.
setStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The reason for the assigned result status.
setSummaries(Collection<ChangeSetSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
setSummaries(Collection<StackInstanceSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
A list of StackInstanceSummary structures that contain information about the specified stack instances.
setSummaries(Collection<StackSetOperationResultSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and regions that are included in the operation.
setSummaries(Collection<StackSetOperationSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.
setSummaries(Collection<StackSetSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
A list of StackSetSummary structures that contain information about the user's stack sets.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Key-value pairs to associate with this stack.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Key-value pairs to associate with this stack.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the tags that will be associated with the stack.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Tags that specify information about the stack.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of tags that specify information about the stack set.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Key-value pairs to associate with this stack.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
setTarget(ResourceTargetDefinition) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
Structure containing the template body.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The structure that contains the body of the template that was used to create or update the stack set.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
setTemplateDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The template description of the template used to create the stack.
setTemplateStage(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
setTemplateStage(TemplateStage) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The location of the file that contains the revised template.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of file containing the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The location of the file that contains the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Location of file containing the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Location of file containing the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of file containing the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The location of the file that contains the template body.
setTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Location of file containing the template body.
setTimeCreated(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
setTimeCreated(Date) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
When the version was registered.
setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.
setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.Stack
The amount of time within which stack creation should complete.
setTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Time at which the stack drift detection operation was initiated.
setTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Time the status was updated.
setTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Time the status was updated.
setTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Time at which AWS CloudFormation performed drift detection on the stack resource.
setTotalStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The total number of stack instances belonging to this stack set.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.Change
The type of entity that AWS CloudFormation changes.
setType(ChangeType) - Method in class com.amazonaws.services.cloudformation.model.Change
The type of entity that AWS CloudFormation changes.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The kind of the type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The resource type of the rollback trigger.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The kind of type.
setType(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The kind of type.
setTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of the type being registered.
setTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The Amazon Resource Name (ARN) of the type.
setTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The Amazon Resource Name (ARN) of the type.
setTypeDefaultVersion(SetTypeDefaultVersionRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
setTypeDefaultVersion(SetTypeDefaultVersionRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Specify the default version of a type.
setTypeDefaultVersion(SetTypeDefaultVersionRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Specify the default version of a type.
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest, AsyncHandler<SetTypeDefaultVersionRequest, SetTypeDefaultVersionResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Specify the default version of a type.
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest, AsyncHandler<SetTypeDefaultVersionRequest, SetTypeDefaultVersionResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Specify the default version of a type.
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest, AsyncHandler<SetTypeDefaultVersionRequest, SetTypeDefaultVersionResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
SetTypeDefaultVersionRequest - Class in com.amazonaws.services.cloudformation.model
 
SetTypeDefaultVersionRequest() - Constructor for class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
 
SetTypeDefaultVersionResult - Class in com.amazonaws.services.cloudformation.model
 
SetTypeDefaultVersionResult() - Constructor for class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionResult
 
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The name of the type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The name of the type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The name of the registered type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The name of the type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The name of the type for which you want version summary information.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The name of the type being registered.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The name of the type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The name of the type.
setTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The name of the type.
setTypeSummaries(Collection<TypeSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
A list of TypeSummary structures that contain information about the specified types.
setTypeVersionArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of this specific version of the type being registered.
setTypeVersionSummaries(Collection<TypeVersionSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
A list of TypeVersionSummary structures that contain information about the specified type's versions.
setUniqueId(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
A unique ID of the signal.
setUrl(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
setUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Whether to reuse the template that is associated with the stack to create the change set.
setUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Reuse the existing template that is associated with the stack that you are updating.
setUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Use the existing template that's associated with the stack set that you're updating.
setUsePreviousValue(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Parameter
During a stack update, use the existing parameter value that the stack is using for a given parameter key.
setValue(Integer) - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The value that is associated with the account limit name.
setValue(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The value of the exported output, such as a resource physical ID.
setValue(String) - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context value.
setValue(String) - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
setVersion(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The AWS template format version, which identifies the capabilities of the template.
setVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The ID of a specific version of the type.
setVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The ID of a specific version of the type.
setVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The ID of a specific version of the type.
setVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The ID of a specific version of the type.
setVisibility(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The scope at which the type is visible and usable in CloudFormation operations.
setVisibility(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The scope at which the type is visible and usable in CloudFormation operations.
shutdown() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
shutdown() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
shutdown() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
 
signalResource(SignalResourceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
signalResource(SignalResourceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Sends a signal to the specified resource with a success or failure status.
signalResource(SignalResourceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Sends a signal to the specified resource with a success or failure status.
signalResourceAsync(SignalResourceRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
signalResourceAsync(SignalResourceRequest, AsyncHandler<SignalResourceRequest, SignalResourceResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
signalResourceAsync(SignalResourceRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Sends a signal to the specified resource with a success or failure status.
signalResourceAsync(SignalResourceRequest, AsyncHandler<SignalResourceRequest, SignalResourceResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Sends a signal to the specified resource with a success or failure status.
signalResourceAsync(SignalResourceRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
signalResourceAsync(SignalResourceRequest, AsyncHandler<SignalResourceRequest, SignalResourceResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
SignalResourceRequest - Class in com.amazonaws.services.cloudformation.model
The input for the SignalResource action.
SignalResourceRequest() - Constructor for class com.amazonaws.services.cloudformation.model.SignalResourceRequest
 
SignalResourceResult - Class in com.amazonaws.services.cloudformation.model
 
SignalResourceResult() - Constructor for class com.amazonaws.services.cloudformation.model.SignalResourceResult
 
Stack - Class in com.amazonaws.services.cloudformation.model
The Stack data type.
Stack() - Constructor for class com.amazonaws.services.cloudformation.model.Stack
 
stackCreateComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a StackCreateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
stackDeleteComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a StackDeleteComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
StackDriftDetectionStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackDriftInformation - Class in com.amazonaws.services.cloudformation.model
Contains information about whether the stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
StackDriftInformation() - Constructor for class com.amazonaws.services.cloudformation.model.StackDriftInformation
 
StackDriftInformationSummary - Class in com.amazonaws.services.cloudformation.model
Contains information about whether the stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
StackDriftInformationSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
 
StackDriftStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackEvent - Class in com.amazonaws.services.cloudformation.model
The StackEvent data type.
StackEvent() - Constructor for class com.amazonaws.services.cloudformation.model.StackEvent
 
stackExists() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a StackExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
stackImportComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a StackImportComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
StackInstance - Class in com.amazonaws.services.cloudformation.model
An AWS CloudFormation stack, in a specific account and region, that's part of a stack set operation.
StackInstance() - Constructor for class com.amazonaws.services.cloudformation.model.StackInstance
 
StackInstanceNotFoundException - Exception in com.amazonaws.services.cloudformation.model
The specified stack instance doesn't exist.
StackInstanceNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.StackInstanceNotFoundException
Constructs a new StackInstanceNotFoundException with the specified error message.
StackInstanceStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackInstanceSummary - Class in com.amazonaws.services.cloudformation.model
The structure that contains summary information about a stack instance.
StackInstanceSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackInstanceSummary
 
StackResource - Class in com.amazonaws.services.cloudformation.model
The StackResource data type.
StackResource() - Constructor for class com.amazonaws.services.cloudformation.model.StackResource
 
StackResourceDetail - Class in com.amazonaws.services.cloudformation.model
Contains detailed information about the specified stack resource.
StackResourceDetail() - Constructor for class com.amazonaws.services.cloudformation.model.StackResourceDetail
 
StackResourceDrift - Class in com.amazonaws.services.cloudformation.model
Contains the drift information for a resource that has been checked for drift.
StackResourceDrift() - Constructor for class com.amazonaws.services.cloudformation.model.StackResourceDrift
 
StackResourceDriftInformation - Class in com.amazonaws.services.cloudformation.model
Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
StackResourceDriftInformation() - Constructor for class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
 
StackResourceDriftInformationSummary - Class in com.amazonaws.services.cloudformation.model
Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
StackResourceDriftInformationSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
 
StackResourceDriftStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackResourceSummary - Class in com.amazonaws.services.cloudformation.model
Contains high-level information about the specified stack resource.
StackResourceSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackResourceSummary
 
StackSet - Class in com.amazonaws.services.cloudformation.model
A structure that contains information about a stack set.
StackSet() - Constructor for class com.amazonaws.services.cloudformation.model.StackSet
 
StackSetDriftDetectionDetails - Class in com.amazonaws.services.cloudformation.model
Detailed information about the drift status of the stack set.
StackSetDriftDetectionDetails() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
 
StackSetDriftDetectionStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSetDriftStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSetNotEmptyException - Exception in com.amazonaws.services.cloudformation.model
You can't yet delete this stack set, because it still contains one or more stack instances.
StackSetNotEmptyException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.StackSetNotEmptyException
Constructs a new StackSetNotEmptyException with the specified error message.
StackSetNotFoundException - Exception in com.amazonaws.services.cloudformation.model
The specified stack set doesn't exist.
StackSetNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.StackSetNotFoundException
Constructs a new StackSetNotFoundException with the specified error message.
StackSetOperation - Class in com.amazonaws.services.cloudformation.model
The structure that contains information about a stack set operation.
StackSetOperation() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetOperation
 
StackSetOperationAction - Enum in com.amazonaws.services.cloudformation.model
 
StackSetOperationPreferences - Class in com.amazonaws.services.cloudformation.model
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
StackSetOperationPreferences() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
 
StackSetOperationResultStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSetOperationResultSummary - Class in com.amazonaws.services.cloudformation.model
The structure that contains information about a specified operation's results for a given account in a given region.
StackSetOperationResultSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
 
StackSetOperationStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSetOperationSummary - Class in com.amazonaws.services.cloudformation.model
The structures that contain summary information about the specified operation.
StackSetOperationSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
 
StackSetStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSetSummary - Class in com.amazonaws.services.cloudformation.model
The structures that contain summary information about the specified stack set.
StackSetSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackSetSummary
 
StackStatus - Enum in com.amazonaws.services.cloudformation.model
 
StackSummary - Class in com.amazonaws.services.cloudformation.model
The StackSummary Data Type
StackSummary() - Constructor for class com.amazonaws.services.cloudformation.model.StackSummary
 
stackUpdateComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a StackUpdateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
StaleRequestException - Exception in com.amazonaws.services.cloudformation.model
Another operation has been performed on this stack set since the specified operation was performed.
StaleRequestException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.StaleRequestException
Constructs a new StaleRequestException with the specified error message.
standard() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClientBuilder
 
stopStackSetOperation(StopStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
stopStackSetOperation(StopStackSetOperationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Stops an in-progress operation on a stack set and its associated stack instances.
stopStackSetOperation(StopStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Stops an in-progress operation on a stack set and its associated stack instances.
stopStackSetOperationAsync(StopStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
stopStackSetOperationAsync(StopStackSetOperationRequest, AsyncHandler<StopStackSetOperationRequest, StopStackSetOperationResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
stopStackSetOperationAsync(StopStackSetOperationRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Stops an in-progress operation on a stack set and its associated stack instances.
stopStackSetOperationAsync(StopStackSetOperationRequest, AsyncHandler<StopStackSetOperationRequest, StopStackSetOperationResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Stops an in-progress operation on a stack set and its associated stack instances.
stopStackSetOperationAsync(StopStackSetOperationRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
stopStackSetOperationAsync(StopStackSetOperationRequest, AsyncHandler<StopStackSetOperationRequest, StopStackSetOperationResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
StopStackSetOperationRequest - Class in com.amazonaws.services.cloudformation.model
 
StopStackSetOperationRequest() - Constructor for class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
 
StopStackSetOperationResult - Class in com.amazonaws.services.cloudformation.model
 
StopStackSetOperationResult() - Constructor for class com.amazonaws.services.cloudformation.model.StopStackSetOperationResult
 

T

Tag - Class in com.amazonaws.services.cloudformation.model
The Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation stack.
Tag() - Constructor for class com.amazonaws.services.cloudformation.model.Tag
 
TemplateParameter - Class in com.amazonaws.services.cloudformation.model
The TemplateParameter data type.
TemplateParameter() - Constructor for class com.amazonaws.services.cloudformation.model.TemplateParameter
 
TemplateStage - Enum in com.amazonaws.services.cloudformation.model
 
TokenAlreadyExistsException - Exception in com.amazonaws.services.cloudformation.model
A client request token already exists.
TokenAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.TokenAlreadyExistsException
Constructs a new TokenAlreadyExistsException with the specified error message.
toString() - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.AccountGateStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.Capability
 
toString() - Method in class com.amazonaws.services.cloudformation.model.Change
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.ChangeAction
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.ChangeSetStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.ChangeSetType
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.ChangeSource
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.ChangeType
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.DeprecatedStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.DifferenceType
 
toString() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.EvaluationType
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.ExecutionStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.Export
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.HandlerErrorCode
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.OnFailure
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.OperationStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.Output
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.Parameter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.PermissionModels
 
toString() - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.ProvisioningType
 
toString() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.RegistrationStatus
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.RegistryType
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.Replacement
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.RequiresRecreation
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.ResourceAttribute
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.ResourceSignalStatus
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.ResourceStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.SignalResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.Stack
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackDriftDetectionStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackDriftStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackInstanceStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResource
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackResourceDriftStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSet
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetDriftDetectionStatus
 
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetDriftStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetOperationAction
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetOperationResultStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetOperationStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackSetStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.StackStatus
 
toString() - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.TemplateStage
 
toString() - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudformation.model.Visibility
 
TypeNotFoundException - Exception in com.amazonaws.services.cloudformation.model
The specified type does not exist in the CloudFormation registry.
TypeNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudformation.model.TypeNotFoundException
Constructs a new TypeNotFoundException with the specified error message.
typeRegistrationComplete() - Method in class com.amazonaws.services.cloudformation.waiters.AmazonCloudFormationWaiters
Builds a TypeRegistrationComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
TypeSummary - Class in com.amazonaws.services.cloudformation.model
Contains summary information about the specified CloudFormation type.
TypeSummary() - Constructor for class com.amazonaws.services.cloudformation.model.TypeSummary
 
TypeVersionSummary - Class in com.amazonaws.services.cloudformation.model
Contains summary information about a specific version of a CloudFormation type.
TypeVersionSummary() - Constructor for class com.amazonaws.services.cloudformation.model.TypeVersionSummary
 

U

updateStack(UpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
updateStack(UpdateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Updates a stack as specified in the template.
updateStack(UpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Updates a stack as specified in the template.
updateStackAsync(UpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackAsync(UpdateStackRequest, AsyncHandler<UpdateStackRequest, UpdateStackResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackAsync(UpdateStackRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates a stack as specified in the template.
updateStackAsync(UpdateStackRequest, AsyncHandler<UpdateStackRequest, UpdateStackResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates a stack as specified in the template.
updateStackAsync(UpdateStackRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
updateStackAsync(UpdateStackRequest, AsyncHandler<UpdateStackRequest, UpdateStackResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
updateStackInstances(UpdateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
updateStackInstances(UpdateStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
updateStackInstances(UpdateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
updateStackInstancesAsync(UpdateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackInstancesAsync(UpdateStackInstancesRequest, AsyncHandler<UpdateStackInstancesRequest, UpdateStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackInstancesAsync(UpdateStackInstancesRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
updateStackInstancesAsync(UpdateStackInstancesRequest, AsyncHandler<UpdateStackInstancesRequest, UpdateStackInstancesResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
updateStackInstancesAsync(UpdateStackInstancesRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
updateStackInstancesAsync(UpdateStackInstancesRequest, AsyncHandler<UpdateStackInstancesRequest, UpdateStackInstancesResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
UpdateStackInstancesRequest - Class in com.amazonaws.services.cloudformation.model
 
UpdateStackInstancesRequest() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
 
UpdateStackInstancesResult - Class in com.amazonaws.services.cloudformation.model
 
UpdateStackInstancesResult() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
 
UpdateStackRequest - Class in com.amazonaws.services.cloudformation.model
The input for an UpdateStack action.
UpdateStackRequest() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackRequest
 
UpdateStackResult - Class in com.amazonaws.services.cloudformation.model
The output for an UpdateStack action.
UpdateStackResult() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackResult
 
updateStackSet(UpdateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
updateStackSet(UpdateStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Updates the stack set, and associated stack instances in the specified accounts and regions.
updateStackSet(UpdateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Updates the stack set, and associated stack instances in the specified accounts and regions.
updateStackSetAsync(UpdateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackSetAsync(UpdateStackSetRequest, AsyncHandler<UpdateStackSetRequest, UpdateStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateStackSetAsync(UpdateStackSetRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates the stack set, and associated stack instances in the specified accounts and regions.
updateStackSetAsync(UpdateStackSetRequest, AsyncHandler<UpdateStackSetRequest, UpdateStackSetResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates the stack set, and associated stack instances in the specified accounts and regions.
updateStackSetAsync(UpdateStackSetRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
updateStackSetAsync(UpdateStackSetRequest, AsyncHandler<UpdateStackSetRequest, UpdateStackSetResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
UpdateStackSetRequest - Class in com.amazonaws.services.cloudformation.model
 
UpdateStackSetRequest() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
 
UpdateStackSetResult - Class in com.amazonaws.services.cloudformation.model
 
UpdateStackSetResult() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
 
updateTerminationProtection(UpdateTerminationProtectionRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
updateTerminationProtection(UpdateTerminationProtectionRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Updates termination protection for the specified stack.
updateTerminationProtection(UpdateTerminationProtectionRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Updates termination protection for the specified stack.
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest, AsyncHandler<UpdateTerminationProtectionRequest, UpdateTerminationProtectionResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates termination protection for the specified stack.
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest, AsyncHandler<UpdateTerminationProtectionRequest, UpdateTerminationProtectionResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Updates termination protection for the specified stack.
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
updateTerminationProtectionAsync(UpdateTerminationProtectionRequest, AsyncHandler<UpdateTerminationProtectionRequest, UpdateTerminationProtectionResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
UpdateTerminationProtectionRequest - Class in com.amazonaws.services.cloudformation.model
 
UpdateTerminationProtectionRequest() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
 
UpdateTerminationProtectionResult - Class in com.amazonaws.services.cloudformation.model
 
UpdateTerminationProtectionResult() - Constructor for class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
 

V

validateTemplate(ValidateTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
validateTemplate(ValidateTemplateRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
Validates a specified template.
validateTemplate(ValidateTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
Validates a specified template.
validateTemplateAsync(ValidateTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
validateTemplateAsync(ValidateTemplateRequest, AsyncHandler<ValidateTemplateRequest, ValidateTemplateResult>) - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormationAsync
 
validateTemplateAsync(ValidateTemplateRequest) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Validates a specified template.
validateTemplateAsync(ValidateTemplateRequest, AsyncHandler<ValidateTemplateRequest, ValidateTemplateResult>) - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormationAsync
Validates a specified template.
validateTemplateAsync(ValidateTemplateRequest) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
validateTemplateAsync(ValidateTemplateRequest, AsyncHandler<ValidateTemplateRequest, ValidateTemplateResult>) - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationAsyncClient
 
ValidateTemplateRequest - Class in com.amazonaws.services.cloudformation.model
The input for ValidateTemplate action.
ValidateTemplateRequest() - Constructor for class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
 
ValidateTemplateResult - Class in com.amazonaws.services.cloudformation.model
The output for ValidateTemplate action.
ValidateTemplateResult() - Constructor for class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
 
valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.CloudFormationActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.AccountGateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.DeprecatedStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.DifferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.EvaluationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.HandlerErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.OnFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.OperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.PermissionModels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ProvisioningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.RegistrationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.RegistryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.Replacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.RequiresRecreation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceSignalStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.ResourceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftDetectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackInstanceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackResourceDriftStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftDetectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationResultStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackSetStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.StackStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.TemplateStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudformation.model.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.CloudFormationActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.AccountGateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ChangeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ChangeSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.DeprecatedStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.DifferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.EvaluationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.HandlerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.OnFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.OperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.PermissionModels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ProvisioningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.RegistrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.RegistryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.Replacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.RequiresRecreation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ResourceAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ResourceSignalStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.ResourceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftDetectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackDriftStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackInstanceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackResourceDriftStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftDetectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetDriftStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationResultStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetOperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackSetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.StackStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.TemplateStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudformation.model.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
Visibility - Enum in com.amazonaws.services.cloudformation.model
 

W

waiters() - Method in class com.amazonaws.services.cloudformation.AbstractAmazonCloudFormation
 
waiters() - Method in interface com.amazonaws.services.cloudformation.AmazonCloudFormation
 
waiters() - Method in class com.amazonaws.services.cloudformation.AmazonCloudFormationClient
 
withAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
withAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
withAccount(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Self-managed permissions] The name of the AWS account for this operation result.
withAccountGateResult(AccountGateResult) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
withAccountLimits(AccountLimit...) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
withAccountLimits(Collection<AccountLimit>) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
withAccounts(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
withAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
withAccounts(String...) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Self-managed permissions] The names of the AWS accounts that you want to delete stack instances for.
withAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Self-managed permissions] The names of the AWS accounts that you want to delete stack instances for.
withAccounts(String...) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The names of one or more AWS accounts for which you want to deploy stack set updates.
withAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The names of one or more AWS accounts for which you want to deploy stack set updates.
withAccounts(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts for which you want to update parameter values for stack instances.
withAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Self-managed permissions] The names of one or more AWS accounts for which you want to update parameter values for stack instances.
withAccounts(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Self-managed permissions] The accounts in which to update associated stack instances.
withAccounts(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Self-managed permissions] The accounts in which to update associated stack instances.
withAction(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).
withAction(ChangeAction) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The action that AWS CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), or Remove (deletes a resource).
withAction(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The type of stack set operation: CREATE, UPDATE, or DELETE.
withAction(StackSetOperationAction) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The type of stack set operation: CREATE, UPDATE, or DELETE.
withAction(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The type of operation: CREATE, UPDATE, or DELETE.
withAction(StackSetOperationAction) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The type of operation: CREATE, UPDATE, or DELETE.
withActualProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the actual property values of the stack resource.
withActualValue(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The actual property value of the resource property.
withAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
withAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
withAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The Amazon Resource Number (ARN) of the IAM role used to perform this stack set operation.
withAdministrationRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The Amazon Resource Number (ARN) of the IAM role to use to update this stack set.
withAllowedValues(String...) - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
A list of values that are permitted for a parameter.
withAllowedValues(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ParameterConstraints
A list of values that are permitted for a parameter.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The Amazon Resource Name (ARN) of the type.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The Amazon Resource Name (ARN) of the type.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the type.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The Amazon Resource Name (ARN) of the rollback trigger.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The Amazon Resource Name (ARN) of the type for which you want version summary information.
withArn(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The Amazon Resource Name (ARN) of the type version.
withAttribute(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
withAttribute(ResourceAttribute) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
withAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU).
withAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
withAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
withAutoDeployment(AutoDeployment) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
withBearerToken(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
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.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
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.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
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.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The capabilities found within the template.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The capabilities found within the template.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The capabilities found within the template.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.Stack
The capabilities allowed in the stack.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.Stack
The capabilities allowed in the stack.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.Stack
The capabilities allowed in the stack.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The capabilities that are allowed in the stack set.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The capabilities that are allowed in the stack set.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The capabilities that are allowed in the stack set.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack set and its associated stack instances.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack set and its associated stack instances.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack set and its associated stack instances.
withCapabilities(String...) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The capabilities found within the template.
withCapabilities(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The capabilities found within the template.
withCapabilities(Capability...) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The capabilities found within the template.
withCapabilitiesReason(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The list of resources that generated the values in the Capabilities response element.
withCapabilitiesReason(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The list of resources that generated the values in the Capabilities response element.
withCausingEntity(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The identity of the entity that triggered this change.
withChanges(Change...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.
withChanges(Collection<Change>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Change structures that describes the resources AWS CloudFormation changes if you execute the change set.
withChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the change set.
withChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the change set.
withChangeSetId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The unique ID of the change set.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the change set.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name of the change set.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the change set.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
The name or ARN of the change set that you want use to update the specified stack.
withChangeSetName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated template.
withChangeSetType(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The type of change set operation.
withChangeSetType(ChangeSetType) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The type of change set operation.
withChangeSource(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The group to which the CausingEntity value belongs.
withChangeSource(ChangeSource) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
The group to which the CausingEntity value belongs.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
A unique identifier for this CancelUpdateStack request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A unique identifier for this ContinueUpdateRollback request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A unique identifier for this CreateStack request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A unique identifier for this CreateStackSet request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
A unique identifier for this DeleteStack request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
A unique identifier for this ExecuteChangeSet request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A unique identifier that acts as an idempotency key for this registration request.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The token passed to the operation that generated this event.
withClientRequestToken(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A unique identifier for this UpdateStack request.
withClientToken(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A unique identifier for this CreateChangeSet request.
withCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The start time when the change set was created, in UTC.
withCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The start time when the change set was created, in UTC.
withCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time at which the stack was created.
withCreationTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was created.
withCreationTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the operation was initiated.
withCreationTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the operation was initiated.
withCurrentOperationStatus(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withCurrentOperationStatus(OperationStatus) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withDeclaredTransforms(String...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of the transforms that are declared in the template.
withDeclaredTransforms(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of the transforms that are declared in the template.
withDeclaredTransforms(String...) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of the transforms that are declared in the template.
withDeclaredTransforms(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of the transforms that are declared in the template.
withDefaultValue(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The default value of the parameter.
withDefaultValue(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The default value associated with the parameter.
withDefaultVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The ID of the default version of the type.
withDefaultVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The ID of the default version of the type.
withDeletionTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was deleted.
withDeletionTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was deleted.
withDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which to create stack instances in the specified Regions.
withDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts from which to delete stack instances.
withDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
[Service-managed permissions] The AWS Organizations accounts affected by the stack operation.
withDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
[Service-managed permissions] The AWS Organizations accounts for which you want to update parameter values for stack instances.
withDeploymentTargets(DeploymentTargets) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
[Service-managed permissions] The AWS Organizations accounts in which to update associated stack instances.
withDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The deprecation status of the type.
withDeprecatedStatus(DeprecatedStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The deprecation status of the type.
withDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The deprecation status of the types that you want to get summary information about.
withDeprecatedStatus(DeprecatedStatus) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The deprecation status of the types that you want to get summary information about.
withDeprecatedStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The deprecation status of the type versions that you want to get summary information about.
withDeprecatedStatus(DeprecatedStatus) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The deprecation status of the type versions that you want to get summary information about.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
Descriptive information about the change set.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A description to help you identify this change set.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
A description of the stack set.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
Information about the change set.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The description of the type registration request.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The description of the registered type.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined in the Description property of the template.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.Output
User defined description associated with the output.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The description that is associate with the parameter.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
A user-defined description associated with the stack.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
User defined description associated with the resource.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
User defined description associated with the resource.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A description of the stack set that you specify when the stack set is created or updated.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
A description of the stack set that you specify when the stack set is created or updated.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
User defined description associated with the parameter.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The description of the type.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The description of the type version.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A brief description of updates that you are making.
withDescription(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
The description found within the template.
withDetails(ResourceChangeDetail...) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.
withDetails(Collection<ResourceChangeDetail>) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, a list of ResourceChangeDetail structures that describes the changes that AWS CloudFormation will make to the resource.
withDetectionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The status of the stack drift detection operation.
withDetectionStatus(StackDriftDetectionStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The status of the stack drift detection operation.
withDetectionStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The reason the stack drift detection operation has its current status.
withDifferenceType(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The type of property difference.
withDifferenceType(DifferenceType) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The type of property difference.
withDisableRollback(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Set to true to disable rollback of the stack if stack creation failed.
withDisableRollback(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Stack
Boolean to enable or disable rollback on stack creation failures:
withDocumentationUrl(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of a page providing detailed documentation for this type.
withDriftDetectionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The status of the stack set drift detection operation.
withDriftDetectionStatus(StackSetDriftDetectionStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The status of the stack set drift detection operation.
withDriftedStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that have drifted from the expected template and parameter configuration of the stack set.
withDriftedStackResourceCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Total number of stack resources that have drifted.
withDriftInformation(StackDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.Stack
Information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
withDriftInformation(StackResourceDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
withDriftInformation(StackResourceDriftInformation) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
withDriftInformation(StackResourceDriftInformationSummary) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
withDriftInformation(StackDriftInformationSummary) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
withDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
withDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
withDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
withDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.
withDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
withDriftStatus(StackSetDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
withDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
withDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
withEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Whether to enable termination protection on the specified stack.
withEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Stack
Whether termination protection is enabled for the stack.
withEnableTerminationProtection(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
Whether to enable termination protection on the specified stack.
withEndTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The time at which the stack set operation ended, across all accounts and regions specified.
withEndTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The time at which the stack set operation ended, across all accounts and regions specified.
withErrorCode(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withErrorCode(HandlerErrorCode) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withEvaluation(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
withEvaluation(EvaluationType) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change before you execute a change set.
withEventId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID of this event.
withExecutionRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The Amazon Resource Name (ARN) of the IAM execution role used to register the type.
withExecutionRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The Amazon Resource Name (ARN) of the IAM execution role to use to register the type.
withExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name of the IAM execution role to use to create the stack set.
withExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name of the IAM execution role used to create or update the stack set.
withExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The name of the IAM execution role used to create or update the stack set.
withExecutionRoleName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name of the IAM execution role to use to update the stack set.
withExecutionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
If the change set execution status is AVAILABLE, you can execute the change set.
withExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
If the change set execution status is AVAILABLE, you can execute the change set.
withExecutionStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the change set execution status is AVAILABLE, you can execute the change set.
withExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the change set execution status is AVAILABLE, you can execute the change set.
withExpectedProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.
withExpectedValue(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.
withExportingStackId(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The stack that contains the exported output name and value.
withExportName(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
The name of the exported output value.
withExportName(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The name of the export associated with the output.
withExports(Export...) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
The output for the ListExports action.
withExports(Collection<Export>) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
The output for the ListExports action.
withFailedStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances for which the drift detection operation failed.
withFailureToleranceCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The number of accounts, per region, for which this operation can fail before AWS CloudFormation stops the operation in that region.
withFailureTolerancePercentage(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The percentage of accounts, per region, for which this stack operation can fail before AWS CloudFormation stops the operation in that region.
withId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The Amazon Resource Name (ARN) of the change set.
withImports(String...) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A list of stack names that are importing the specified exported output value.
withImports(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A list of stack names that are importing the specified exported output value.
withInProgressStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances that are currently being checked for drift.
withInSyncStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The number of stack instances which match the expected template and parameter configuration of the stack set.
withKey(String) - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context key.
withKey(String) - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
withLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
withLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
withLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
withLastCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
withLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
withLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
withLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
Most recent time when CloudFormation performed a drift detection operation on the stack set.
withLastDriftCheckTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Most recent time when CloudFormation performed a drift detection operation on the stack set.
withLastUpdated(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
withLastUpdated(Date) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
When the current default version of the type was registered.
withLastUpdatedTime(Date) - Method in class com.amazonaws.services.cloudformation.model.Stack
The time the stack was last updated.
withLastUpdatedTime(Date) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The time the stack was last updated.
withLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Time the status was updated.
withLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Time the status was updated.
withLoggingConfig(LoggingConfig) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
Contains logging configuration information for a type.
withLoggingConfig(LoggingConfig) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
Specifies logging configuration information for a type.
withLogGroupName(String) - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The logical name of the resource as specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The logical name of the resource as specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The logical name of the resource for which to return drift information.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's logical ID, which is defined in the stack's template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The logical ID of the target resource as specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The logical ID of the resource that you want to signal.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The logical name of the resource specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The logical name of the resource specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The logical name of the resource specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The logical name of the resource specified in the template.
withLogicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The logical name of the resource specified in the template.
withLogicalResourceIds(String...) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The logical names of any resources you want to use as filters.
withLogicalResourceIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The logical names of any resources you want to use as filters.
withLogicalResourceIds(String...) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
withLogicalResourceIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
withLogRoleArn(String) - Method in class com.amazonaws.services.cloudformation.model.LoggingConfig
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
withMaxConcurrentCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum number of accounts in which to perform this operation at one time.
withMaxConcurrentPercentage(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The maximum percentage of accounts in which to perform this operation at one time.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The maximum number of results to be returned with a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The maximum number of results to be returned with a single call.
withMetadata(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The value that is defined for the Metadata property of the template.
withMetadata(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The content of the Metadata attribute declared for the resource.
withMonitoringTimeInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.
withName(String) - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The name of the account limit.
withName(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The name of exported output value.
withName(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, the name of the property.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsRequest
A string that identifies the next page of limits that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeAccountLimitsResult
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If the output exceeds 1 MB, a string that identifies the next page of changes.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
A string that identifies the next page of events that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
If the output exceeds 1 MB in size, a string that identifies the next page of events.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
A string that identifies the next page of stack resource drift results.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
If the output exceeds 1 MB, a string that identifies the next page of change sets.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListExportsRequest
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListExportsResult
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsRequest
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListImportsResult
A string that identifies the next page of exports.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
If the previous request didn't return all of the remaining results, the response's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
A string that identifies the next page of stack resources that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
If the previous request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
If the request doesn't return all results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
If the request doesn't return all results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
A string that identifies the next page of stacks that you want to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token.
withNextToken(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
If the request doesn't return all of the remaining results, NextToken is set to a token.
withNoEcho(Boolean) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
withNoEcho(Boolean) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
withNotificationARNs(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.
withNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.
withNotificationARNs(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Simple Notification Service (SNS) topic ARNs to publish stack related events.
withNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Simple Notification Service (SNS) topic ARNs to publish stack related events.
withNotificationARNs(String...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
withNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
withNotificationARNs(String...) - Method in class com.amazonaws.services.cloudformation.model.Stack
SNS topic ARNs to which stack related events are published.
withNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.Stack
SNS topic ARNs to which stack related events are published.
withNotificationARNs(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.
withNotificationARNs(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.
withOnFailure(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Determines what action will be taken if stack creation fails.
withOnFailure(OnFailure) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Determines what action will be taken if stack creation fails.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesResult
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesResult
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The unique ID of the stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The ID of the stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftResult
The ID of the drift detection stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The ID of the stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The unique ID of a stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The unique ID of the stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The ID of the stack operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesResult
The unique identifier for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The unique ID for this stack set operation.
withOperationId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetResult
The unique ID for this stack set operation.
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
 
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The preferences for how AWS CloudFormation performs this stack set operation.
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
Preferences for how AWS CloudFormation performs this stack set operation.
withOperationPreferences(StackSetOperationPreferences) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Preferences for how AWS CloudFormation performs this stack set operation.
withOperationStatus(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withOperationStatus(OperationStatus) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID that the stack instance is associated with.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
[Service-managed permissions] The organization root ID or organizational unit (OU) ID for this operation result.
withOrganizationalUnitIds(String...) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The organization root ID or organizational unit (OUs) IDs to which StackSets deploys.
withOrganizationalUnitIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeploymentTargets
The organization root ID or organizational unit (OUs) IDs to which StackSets deploys.
withOrganizationalUnitIds(String...) - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] The organization root ID or organizational unit (OUs) IDs to which stacks in your stack set have been deployed.
withOrganizationalUnitIds(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
[Service-managed permissions] The organization root ID or organizational unit (OUs) IDs to which stacks in your stack set have been deployed.
withOutputKey(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The key associated with the output.
withOutputs(Output...) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of output structures.
withOutputs(Collection<Output>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of output structures.
withOutputValue(String) - Method in class com.amazonaws.services.cloudformation.model.Output
The value associated with the output.
withParameterConstraints(ParameterConstraints) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The criteria that AWS CloudFormation uses to validate parameter values.
withParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
The key associated with the parameter.
withParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The name that is associated with the parameter.
withParameterKey(String) - Method in class com.amazonaws.services.cloudformation.model.TemplateParameter
The name associated with the parameter.
withParameterOverrides(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
A list of stack set parameters whose values you want to override in the selected stack instances.
withParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
A list of stack set parameters whose values you want to override in the selected stack instances.
withParameterOverrides(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
A list of parameters from the stack set template whose values have been overridden in this stack instance.
withParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
A list of parameters from the stack set template whose values have been overridden in this stack instance.
withParameterOverrides(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
A list of input parameters whose values you want to update for the specified stack instances.
withParameterOverrides(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
A list of input parameters whose values you want to update for the specified stack instances.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A list of Parameter structures that specify input parameters for the change set.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A list of Parameter structures that specify input parameters for the change set.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A list of Parameter structures that specify input parameters for the stack.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
A list of Parameter structures that specify input parameters for the stack.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The input parameters for the stack set template.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The input parameters for the stack set template.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Parameter structures that describes the input parameters and their values used to create the change set.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A list of Parameter structures that describes the input parameters and their values used to create the change set.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
A list of Parameter structures that specify input parameters.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
A list of Parameter structures that specify input parameters.
withParameters(ParameterDeclaration...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of parameter declarations that describe various properties for each parameter.
withParameters(Collection<ParameterDeclaration>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of parameter declarations that describe various properties for each parameter.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Parameter structures.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Parameter structures.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of input parameters for a stack set.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of input parameters for a stack set.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A list of Parameter structures that specify input parameters for the stack.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
A list of Parameter structures that specify input parameters for the stack.
withParameters(Parameter...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A list of input parameters for the stack set template.
withParameters(Collection<Parameter>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
A list of input parameters for the stack set template.
withParameters(TemplateParameter...) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of TemplateParameter structures.
withParameters(Collection<TemplateParameter>) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateResult
A list of TemplateParameter structures.
withParameterType(String) - Method in class com.amazonaws.services.cloudformation.model.ParameterDeclaration
The type of parameter.
withParameterValue(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
The input value associated with the parameter.
withParentId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
withParentId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
withPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
withPermissionModel(PermissionModels) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Describes how the IAM roles required for stack set operations are created.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The resource's physical ID (resource name).
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name or unique identifier associated with the physical instance of the resource.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
withPhysicalResourceId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
The name or unique identifier that corresponds to a physical instance ID of the resource.
withPhysicalResourceIdContext(PhysicalResourceIdContextKeyValuePair...) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Context information that enables AWS CloudFormation to uniquely identify a resource.
withPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair>) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Context information that enables AWS CloudFormation to uniquely identify a resource.
withProgressStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The current status of the type registration request.
withProgressStatus(RegistrationStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The current status of the type registration request.
withPropertyDifferences(PropertyDifference...) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A collection of the resource properties whose actual values differ from their expected values.
withPropertyDifferences(Collection<PropertyDifference>) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
A collection of the resource properties whose actual values differ from their expected values.
withPropertyPath(String) - Method in class com.amazonaws.services.cloudformation.model.PropertyDifference
The fully-qualified path to the resource property.
withProvisioningType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The provisioning behavior of the type.
withProvisioningType(ProvisioningType) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The provisioning behavior of the type.
withProvisioningType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The provisioning behavior of the type.
withProvisioningType(ProvisioningType) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The provisioning behavior of the type.
withRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name of the AWS region that the stack instance is associated with.
withRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name of the AWS region that the stack instance is associated with.
withRegion(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The name of the AWS region for this operation result.
withRegionOrder(String...) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The order of the regions in where you want to perform the stack operation.
withRegionOrder(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationPreferences
The order of the regions in where you want to perform the stack operation.
withRegions(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
withRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
withRegions(String...) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The regions where you want to delete stack set instances.
withRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The regions where you want to delete stack set instances.
withRegions(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The names of one or more regions in which you want to update parameter values for stack instances.
withRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The names of one or more regions in which you want to update parameter values for stack instances.
withRegions(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The regions in which to update associated stack instances.
withRegions(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The regions in which to update associated stack instances.
withRegistrationStatusFilter(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The current status of the type registration request.
withRegistrationStatusFilter(RegistrationStatus) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The current status of the type registration request.
withRegistrationToken(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationRequest
The identifier for this registration request.
withRegistrationToken(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeResult
The identifier for this registration request.
withRegistrationTokenList(String...) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
A list of type registration tokens.
withRegistrationTokenList(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsResult
A list of type registration tokens.
withReplacement(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
withReplacement(Replacement) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
withRequiresRecreation(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated.
withRequiresRecreation(RequiresRecreation) - Method in class com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated.
withResolvedValue(String) - Method in class com.amazonaws.services.cloudformation.model.Parameter
Read-only.
withResourceChange(ResourceChange) - Method in class com.amazonaws.services.cloudformation.model.Change
A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
withResourceIdentifier(Map<String, String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
A key-value pair that identifies the target resource.
withResourceIdentifiers(String...) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The resource properties you can provide during the import to identify your target resources.
withResourceIdentifiers(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The resource properties you can provide during the import to identify your target resources.
withResourceIdentifierSummaries(ResourceIdentifierSummary...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.
withResourceIdentifierSummaries(Collection<ResourceIdentifierSummary>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.
withResourceModel(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withResourceProperties(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
BLOB of the properties used to create the resource.
withResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Current status of the resource.
withResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Current status of the resource.
withResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Current status of the resource.
withResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Current status of the resource.
withResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Current status of the resource.
withResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Current status of the resource.
withResourceStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Current status of the resource.
withResourceStatus(ResourceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Current status of the resource.
withResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Success/failure message associated with the resource.
withResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Success/failure message associated with the resource.
withResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Success/failure message associated with the resource.
withResourceStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Success/failure message associated with the resource.
withResourcesToImport(ResourceToImport...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The resources to import into your stack.
withResourcesToImport(Collection<ResourceToImport>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The resources to import into your stack.
withResourcesToSkip(String...) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation.
withResourcesToSkip(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
A list of the logical IDs of the resources that AWS CloudFormation skips during the continue update rollback operation.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
The type of AWS CloudFormation resource, such as AWS::S3::Bucket.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceIdentifierSummary
The template resource type of the target resources, such as AWS::S3::Bucket.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.ResourceToImport
The type of resource to import into your stack, such as AWS::S3::Bucket.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Type of resource.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Type of resource.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Type of resource.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The type of the resource.
withResourceType(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceSummary
Type of resource.
withResourceTypes(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withResourceTypes(String...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withResourceTypes(String...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
withResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
withResourceTypes(String...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withResourceTypes(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.
withRetainResources(String...) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain.
withRetainResources(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain.
withRetainStacks(Boolean) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
withRetainStacks(Boolean) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks.
withRetainStacksOnAccountRemoval(Boolean) - Method in class com.amazonaws.services.cloudformation.model.AutoDeployment
If set to true, stack resources are retained when an account is removed from a target organization or OU.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes when executing the change set.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that is associated with the stack.
withRoleARN(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to update the stack.
withRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
withRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
withRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
withRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.Stack
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
withRollbackConfiguration(RollbackConfiguration) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
withRollbackTriggers(RollbackTrigger...) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The triggers to monitor during stack creation or update actions.
withRollbackTriggers(Collection<RollbackTrigger>) - Method in class com.amazonaws.services.cloudformation.model.RollbackConfiguration
The triggers to monitor during stack creation or update actions.
withRootId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
withRootId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
withSchema(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The schema that defines the type.
withSchemaHandlerPackage(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
A url to the S3 bucket containing the schema handler package that contains the schema, event handlers, and associated files for the type you want to register.
withScope(String...) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
withScope(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
withScope(ResourceAttribute...) - Method in class com.amazonaws.services.cloudformation.model.ResourceChange
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
withSourceUrl(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The URL of the source code for the type.
withStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusRequest
The ID of the drift detection results of this operation.
withStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the drift detection results of this operation.
withStackDriftDetectionId(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftResult
The ID of the drift detection results of this operation.
withStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Status of the stack's actual configuration compared to its expected configuration.
withStackDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Status of the stack's actual configuration compared to its expected configuration.
withStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Status of the stack's actual configuration compared to its expected template configuration.
withStackDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformation
Status of the stack's actual configuration compared to its expected template configuration.
withStackDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Status of the stack's actual configuration compared to its expected template configuration.
withStackDriftStatus(StackDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackDriftInformationSummary
Status of the stack's actual configuration compared to its expected template configuration.
withStackEvents(StackEvent...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
A list of StackEvents structures.
withStackEvents(Collection<StackEvent>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
A list of StackEvents structures.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The ID of the stack with which the change set is associated.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetResult
The unique ID of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackResult
Unique identifier of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The ARN of the stack that is associated with the change set.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
The ID of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Unique identifier of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The unique ID name of the instance of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The ID of the stack instance.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The ID of the stack instance.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Unique identifier of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
Unique identifier of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
The ID of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Unique stack identifier.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackResult
Unique identifier of the stack.
withStackId(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionResult
The unique ID of the stack.
withStackInstance(StackInstance) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceResult
The stack instance that matches the specified request parameters.
withStackInstanceAccount(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The ID of an AWS account that's associated with this stack instance.
withStackInstanceAccount(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the AWS account that you want to list stack instances for.
withStackInstanceRegion(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name of a region that's associated with this stack instance.
withStackInstanceRegion(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name of the region where you want to list stack instances.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
The name or the unique stack ID that is associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The name of the stack with which the change set is associated.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
The name or the unique ID of the stack that you want to continue rolling back.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The name or the unique ID of the stack for which you are creating a change set.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The name that is associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteChangeSetRequest
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackRequest
The name or the unique stack ID that is associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The name of the stack that is associated with the change set.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The name of the stack for which you want drift information.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackDriftRequest
The name of the stack for which you want to detect drift.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftRequest
The name of the stack to which the resource belongs.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ExecuteChangeSetRequest
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
The name or unique stack ID that is associated with the stack whose policy you want to get.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or the stack ID that is associated with the stack, which are not always interchangeable.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesRequest
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
The name or unique stack ID that you want to associate a policy with.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The stack name or unique stack ID that includes the resource that you want to signal.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
The name associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
The name associated with a stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackResource
The name associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDetail
The name associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The name associated with the stack.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
The name or unique stack ID of the stack to update.
withStackName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateTerminationProtectionRequest
The name or unique ID of the stack for which you want to set termination protection.
withStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the stack policy body.
withStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetStackPolicyResult
Structure containing the stack policy body.
withStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Structure containing the stack policy body.
withStackPolicyBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing a new stack policy body.
withStackPolicyDuringUpdateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the temporary overriding stack policy body.
withStackPolicyDuringUpdateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the temporary overriding stack policy.
withStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of a file containing the stack policy.
withStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
Location of a file containing the stack policy.
withStackPolicyURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of a file containing the updated stack policy.
withStackResourceDetail(StackResourceDetail) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceResult
A StackResourceDetail structure containing the description of the specified resource in the specified stack.
withStackResourceDrift(StackResourceDrift) - Method in class com.amazonaws.services.cloudformation.model.DetectStackResourceDriftResult
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
withStackResourceDrifts(StackResourceDrift...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
Drift information for the resources that have been checked for drift in the specified stack.
withStackResourceDrifts(Collection<StackResourceDrift>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsResult
Drift information for the resources that have been checked for drift in the specified stack.
withStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatus(StackResourceDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatus(StackResourceDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformation
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatus(StackResourceDriftStatus) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDriftInformationSummary
Status of the resource's actual configuration compared to its expected configuration
withStackResourceDriftStatusFilters(String...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The resource drift status values to use as filters for the resource drift results returned.
withStackResourceDriftStatusFilters(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The resource drift status values to use as filters for the resource drift results returned.
withStackResourceDriftStatusFilters(StackResourceDriftStatus...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourceDriftsRequest
The resource drift status values to use as filters for the resource drift results returned.
withStackResources(StackResource...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
A list of StackResource structures.
withStackResources(Collection<StackResource>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
A list of StackResource structures.
withStackResourceSummaries(StackResourceSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
A list of StackResourceSummary structures.
withStackResourceSummaries(Collection<StackResourceSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackResourcesResult
A list of StackResourceSummary structures.
withStacks(Stack...) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
A list of stack structures.
withStacks(Collection<Stack>) - Method in class com.amazonaws.services.cloudformation.model.DescribeStacksResult
A list of stack structures.
withStackSet(StackSet) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetResult
The specified stack set.
withStackSetARN(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The Amazon Resource Number (ARN) of the stack set.
withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails) - Method in class com.amazonaws.services.cloudformation.model.StackSet
Detailed information about the drift status of the stack set.
withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
Detailed information about the drift status of the stack set.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetResult
The ID of the stack set that you're creating.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The name or unique ID of the stack set that the stack instance is associated with.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The name or unique ID of the stack set that the stack instance is associated with.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The ID of the stack set.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The ID of the stack set.
withStackSetId(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The ID of the stack set.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackInstancesRequest
The name or unique ID of the stack set that you want to create stack instances from.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The name to associate with the stack set.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackInstancesRequest
The name or unique ID of the stack set that you want to delete stack instances for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DeleteStackSetRequest
The name or unique ID of the stack set that you're deleting.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackInstanceRequest
The name or the unique stack ID of the stack set that you want to get stack instance information for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationRequest
The name or the unique stack ID of the stack set for the stack operation.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetRequest
The name or unique ID of the stack set whose description you want.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.DetectStackSetDriftRequest
The name of the stack set on which to perform the drift detection operation.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
The name or unique ID of the stack set from which the stack was created.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesRequest
The name or unique ID of the stack set that you want to list stack instances for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsRequest
The name or unique ID of the stack set that you want to get operation results for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsRequest
The name or unique ID of the stack set that you want to get operation summaries for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The name that's associated with the stack set.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The name of the stack set.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.StopStackSetOperationRequest
The name or unique ID of the stack set that you want to stop the operation for.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackInstancesRequest
The name or unique ID of the stack set associated with the stack instances.
withStackSetName(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The name or unique ID of the stack set that you want to update.
withStackSetOperation(StackSetOperation) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackSetOperationResult
The specified stack set operation.
withStackStatus(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Current status of the stack.
withStackStatus(StackStatus) - Method in class com.amazonaws.services.cloudformation.model.Stack
Current status of the stack.
withStackStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The current status of the stack.
withStackStatus(StackStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The current status of the stack.
withStackStatusFilters(String...) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Stack status to use as a filter.
withStackStatusFilters(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Stack status to use as a filter.
withStackStatusFilters(StackStatus...) - Method in class com.amazonaws.services.cloudformation.model.ListStacksRequest
Stack status to use as a filter.
withStackStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.Stack
Success/failure message associated with the stack status.
withStackStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
Success/Failure message associated with the stack status.
withStackSummaries(StackSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
A list of StackSummary structures containing information about the specified stacks.
withStackSummaries(Collection<StackSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStacksResult
A list of StackSummary structures containing information about the specified stacks.
withStagesAvailable(String...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
The stage of the template that you can retrieve.
withStagesAvailable(Collection<String>) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
The stage of the template that you can retrieve.
withStagesAvailable(TemplateStage...) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
The stage of the template that you can retrieve.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The status of the account gate function.
withStatus(AccountGateStatus) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The status of the account gate function.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
withStatus(ChangeSetStatus) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
withStatus(ChangeSetStatus) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The status of the stack sets that you want to get summary information about.
withStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsRequest
The status of the stack sets that you want to get summary information about.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The status of the signal, which is either success or failure.
withStatus(ResourceSignalStatus) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
The status of the signal, which is either success or failure.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The status of the stack instance, in terms of its synchronization with its associated stack set.
withStatus(StackInstanceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The status of the stack instance, in terms of its synchronization with its associated stack set.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The status of the stack instance, in terms of its synchronization with its associated stack set.
withStatus(StackInstanceStatus) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The status of the stack instance, in terms of its synchronization with its associated stack set.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The status of the stack set.
withStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The status of the stack set.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The status of the operation.
withStatus(StackSetOperationStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperation
The status of the operation.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The result status of the stack set operation for the given account in the given region.
withStatus(StackSetOperationResultStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The result status of the stack set operation for the given account in the given region.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The overall status of the operation.
withStatus(StackSetOperationStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationSummary
The overall status of the operation.
withStatus(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The status of the stack set.
withStatus(StackSetStatus) - Method in class com.amazonaws.services.cloudformation.model.StackSetSummary
The status of the stack set.
withStatusMessage(String) - Method in class com.amazonaws.services.cloudformation.model.RecordHandlerProgressRequest
Reserved for use by the CloudFormation CLI.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.AccountGateResult
The reason for the account gate status assigned to this account and region for the stack set operation.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.ChangeSetSummary
A description of the change set's status.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
A description of the change set's status.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstance
The explanation for the specific status code that is assigned to this stack instance.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackInstanceSummary
The explanation for the specific status code assigned to this stack instance.
withStatusReason(String) - Method in class com.amazonaws.services.cloudformation.model.StackSetOperationResultSummary
The reason for the assigned result status.
withSummaries(ChangeSetSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
withSummaries(Collection<ChangeSetSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListChangeSetsResult
A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
withSummaries(StackInstanceSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
A list of StackInstanceSummary structures that contain information about the specified stack instances.
withSummaries(Collection<StackInstanceSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackInstancesResult
A list of StackInstanceSummary structures that contain information about the specified stack instances.
withSummaries(StackSetOperationResultSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and regions that are included in the operation.
withSummaries(Collection<StackSetOperationResultSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationResultsResult
A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and regions that are included in the operation.
withSummaries(StackSetOperationSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.
withSummaries(Collection<StackSetOperationSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetOperationsResult
A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.
withSummaries(StackSetSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
A list of StackSetSummary structures that contain information about the user's stack sets.
withSummaries(Collection<StackSetSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListStackSetsResult
A list of StackSetSummary structures that contain information about the user's stack sets.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Key-value pairs to associate with this stack.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Key-value pairs to associate with this stack.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Key-value pairs to associate with this stack.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Key-value pairs to associate with this stack.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the tags that will be associated with the stack.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
If you execute the change set, the tags that will be associated with the stack.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Tags that specify information about the stack.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.Stack
A list of Tags that specify information about the stack.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of tags that specify information about the stack set.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.StackSet
A list of tags that specify information about the stack set.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Key-value pairs to associate with this stack.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Key-value pairs to associate with this stack.
withTags(Tag...) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The key-value pairs to associate with this stack set and the stacks created from it.
withTarget(ResourceTargetDefinition) - Method in class com.amazonaws.services.cloudformation.model.ResourceChangeDetail
A ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateResult
Structure containing the template body.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.StackSet
The structure that contains the body of the template that was used to create or update the stack set.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateBody(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
withTemplateDescription(String) - Method in class com.amazonaws.services.cloudformation.model.StackSummary
The template description of the template used to create the stack.
withTemplateStage(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
withTemplateStage(TemplateStage) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateRequest
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
The location of the file that contains the revised template.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
Location of file containing the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.CreateStackSetRequest
The location of the file that contains the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostRequest
Location of file containing the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
Location of file containing the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Location of file containing the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
The location of the file that contains the template body.
withTemplateURL(String) - Method in class com.amazonaws.services.cloudformation.model.ValidateTemplateRequest
Location of file containing the template body.
withTimeCreated(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
When the specified type version was registered.
withTimeCreated(Date) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
When the version was registered.
withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.CreateStackRequest
The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.
withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.cloudformation.model.Stack
The amount of time within which stack creation should complete.
withTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.DescribeStackDriftDetectionStatusResult
Time at which the stack drift detection operation was initiated.
withTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackEvent
Time the status was updated.
withTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResource
Time the status was updated.
withTimestamp(Date) - Method in class com.amazonaws.services.cloudformation.model.StackResourceDrift
Time at which AWS CloudFormation performed drift detection on the stack resource.
withTotalStackInstancesCount(Integer) - Method in class com.amazonaws.services.cloudformation.model.StackSetDriftDetectionDetails
The total number of stack instances belonging to this stack set.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.Change
The type of entity that AWS CloudFormation changes.
withType(ChangeType) - Method in class com.amazonaws.services.cloudformation.model.Change
The type of entity that AWS CloudFormation changes.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The kind of the type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The kind of the type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.RollbackTrigger
The resource type of the rollback trigger.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The kind of type.
withType(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The kind of type.
withType(RegistryType) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The kind of type.
withTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of the type being registered.
withTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The Amazon Resource Name (ARN) of the type.
withTypeArn(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The Amazon Resource Name (ARN) of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The name of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The name of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The name of the registered type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeRegistrationsRequest
The name of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsRequest
The name of the type for which you want version summary information.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.RegisterTypeRequest
The name of the type being registered.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The name of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.TypeSummary
The name of the type.
withTypeName(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The name of the type.
withTypeSummaries(TypeSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
A list of TypeSummary structures that contain information about the specified types.
withTypeSummaries(Collection<TypeSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListTypesResult
A list of TypeSummary structures that contain information about the specified types.
withTypeVersionArn(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRegistrationResult
The Amazon Resource Name (ARN) of this specific version of the type being registered.
withTypeVersionSummaries(TypeVersionSummary...) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
A list of TypeVersionSummary structures that contain information about the specified type's versions.
withTypeVersionSummaries(Collection<TypeVersionSummary>) - Method in class com.amazonaws.services.cloudformation.model.ListTypeVersionsResult
A list of TypeVersionSummary structures that contain information about the specified type's versions.
withUniqueId(String) - Method in class com.amazonaws.services.cloudformation.model.SignalResourceRequest
A unique ID of the signal.
withUrl(String) - Method in class com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
withUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Whether to reuse the template that is associated with the stack to create the change set.
withUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackRequest
Reuse the existing template that is associated with the stack that you are updating.
withUsePreviousTemplate(Boolean) - Method in class com.amazonaws.services.cloudformation.model.UpdateStackSetRequest
Use the existing template that's associated with the stack set that you're updating.
withUsePreviousValue(Boolean) - Method in class com.amazonaws.services.cloudformation.model.Parameter
During a stack update, use the existing parameter value that the stack is using for a given parameter key.
withValue(Integer) - Method in class com.amazonaws.services.cloudformation.model.AccountLimit
The value that is associated with the account limit name.
withValue(String) - Method in class com.amazonaws.services.cloudformation.model.Export
The value of the exported output, such as a resource physical ID.
withValue(String) - Method in class com.amazonaws.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
The resource context value.
withValue(String) - Method in class com.amazonaws.services.cloudformation.model.Tag
Required.
withVersion(String) - Method in class com.amazonaws.services.cloudformation.model.GetTemplateSummaryResult
The AWS template format version, which identifies the capabilities of the template.
withVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DeregisterTypeRequest
The ID of a specific version of the type.
withVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeRequest
The ID of a specific version of the type.
withVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.SetTypeDefaultVersionRequest
The ID of a specific version of the type.
withVersionId(String) - Method in class com.amazonaws.services.cloudformation.model.TypeVersionSummary
The ID of a specific version of the type.
withVisibility(String) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The scope at which the type is visible and usable in CloudFormation operations.
withVisibility(Visibility) - Method in class com.amazonaws.services.cloudformation.model.DescribeTypeResult
The scope at which the type is visible and usable in CloudFormation operations.
withVisibility(String) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The scope at which the type is visible and usable in CloudFormation operations.
withVisibility(Visibility) - Method in class com.amazonaws.services.cloudformation.model.ListTypesRequest
The scope at which the type is visible and usable in CloudFormation operations.
A B C D E F G H I L N O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.