| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(Consumer<CancelUpdateStackRequest.Builder> cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default ContinueUpdateRollbackResponse |
CloudFormationClient.continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest)
For a specified stack that is in the
UPDATE_ROLLBACK_FAILED state, continues rolling it back to the
UPDATE_ROLLBACK_COMPLETE state. |
default ContinueUpdateRollbackResponse |
CloudFormationClient.continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that is in the
UPDATE_ROLLBACK_FAILED state, continues rolling it back to the
UPDATE_ROLLBACK_COMPLETE state. |
default CreateChangeSetResponse |
CloudFormationClient.createChangeSet(Consumer<CreateChangeSetRequest.Builder> createChangeSetRequest)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
default CreateChangeSetResponse |
CloudFormationClient.createChangeSet(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
default CreateStackResponse |
CloudFormationClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack as specified in the template.
|
default CreateStackResponse |
CloudFormationClient.createStack(CreateStackRequest createStackRequest)
Creates a stack as specified in the template.
|
default CreateStackInstancesResponse |
CloudFormationClient.createStackInstances(Consumer<CreateStackInstancesRequest.Builder> createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified regions.
|
default CreateStackInstancesResponse |
CloudFormationClient.createStackInstances(CreateStackInstancesRequest createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified regions.
|
default CreateStackSetResponse |
CloudFormationClient.createStackSet(Consumer<CreateStackSetRequest.Builder> createStackSetRequest)
Creates a stack set.
|
default CreateStackSetResponse |
CloudFormationClient.createStackSet(CreateStackSetRequest createStackSetRequest)
Creates a stack set.
|
default DeleteChangeSetResponse |
CloudFormationClient.deleteChangeSet(Consumer<DeleteChangeSetRequest.Builder> deleteChangeSetRequest)
Deletes the specified change set.
|
default DeleteChangeSetResponse |
CloudFormationClient.deleteChangeSet(DeleteChangeSetRequest deleteChangeSetRequest)
Deletes the specified change set.
|
default DeleteStackResponse |
CloudFormationClient.deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes a specified stack.
|
default DeleteStackResponse |
CloudFormationClient.deleteStack(DeleteStackRequest deleteStackRequest)
Deletes a specified stack.
|
default DeleteStackInstancesResponse |
CloudFormationClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified regions.
|
default DeleteStackInstancesResponse |
CloudFormationClient.deleteStackInstances(DeleteStackInstancesRequest deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified regions.
|
default DeleteStackSetResponse |
CloudFormationClient.deleteStackSet(Consumer<DeleteStackSetRequest.Builder> deleteStackSetRequest)
Deletes a stack set.
|
default DeleteStackSetResponse |
CloudFormationClient.deleteStackSet(DeleteStackSetRequest deleteStackSetRequest)
Deletes a stack set.
|
default DeregisterTypeResponse |
CloudFormationClient.deregisterType(Consumer<DeregisterTypeRequest.Builder> deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
default DeregisterTypeResponse |
CloudFormationClient.deregisterType(DeregisterTypeRequest deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
default DescribeAccountLimitsResponse |
CloudFormationClient.describeAccountLimits()
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in
your account.
|
default DescribeAccountLimitsResponse |
CloudFormationClient.describeAccountLimits(Consumer<DescribeAccountLimitsRequest.Builder> describeAccountLimitsRequest)
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in
your account.
|
default DescribeAccountLimitsResponse |
CloudFormationClient.describeAccountLimits(DescribeAccountLimitsRequest describeAccountLimitsRequest)
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in
your account.
|
default DescribeChangeSetResponse |
CloudFormationClient.describeChangeSet(Consumer<DescribeChangeSetRequest.Builder> describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
default DescribeChangeSetResponse |
CloudFormationClient.describeChangeSet(DescribeChangeSetRequest describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
default DescribeStackDriftDetectionStatusResponse |
CloudFormationClient.describeStackDriftDetectionStatus(Consumer<DescribeStackDriftDetectionStatusRequest.Builder> describeStackDriftDetectionStatusRequest)
Returns information about a stack drift detection operation.
|
default DescribeStackDriftDetectionStatusResponse |
CloudFormationClient.describeStackDriftDetectionStatus(DescribeStackDriftDetectionStatusRequest describeStackDriftDetectionStatusRequest)
Returns information about a stack drift detection operation.
|
default DescribeStackEventsResponse |
CloudFormationClient.describeStackEvents(Consumer<DescribeStackEventsRequest.Builder> describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.
|
default DescribeStackEventsResponse |
CloudFormationClient.describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.
|
default DescribeStackEventsIterable |
CloudFormationClient.describeStackEventsPaginator(Consumer<DescribeStackEventsRequest.Builder> describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.
|
default DescribeStackEventsIterable |
CloudFormationClient.describeStackEventsPaginator(DescribeStackEventsRequest describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.
|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
|
default DescribeStackResourceResponse |
CloudFormationClient.describeStackResource(Consumer<DescribeStackResourceRequest.Builder> describeStackResourceRequest)
Returns a description of the specified resource in the specified stack.
|
default DescribeStackResourceResponse |
CloudFormationClient.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack.
|
default DescribeStackResourceDriftsResponse |
CloudFormationClient.describeStackResourceDrifts(Consumer<DescribeStackResourceDriftsRequest.Builder> describeStackResourceDriftsRequest)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
default DescribeStackResourceDriftsResponse |
CloudFormationClient.describeStackResourceDrifts(DescribeStackResourceDriftsRequest describeStackResourceDriftsRequest)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
default DescribeStackResourceDriftsIterable |
CloudFormationClient.describeStackResourceDriftsPaginator(Consumer<DescribeStackResourceDriftsRequest.Builder> describeStackResourceDriftsRequest)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
default DescribeStackResourceDriftsIterable |
CloudFormationClient.describeStackResourceDriftsPaginator(DescribeStackResourceDriftsRequest describeStackResourceDriftsRequest)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
default DescribeStackResourcesResponse |
CloudFormationClient.describeStackResources(Consumer<DescribeStackResourcesRequest.Builder> describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
default DescribeStackResourcesResponse |
CloudFormationClient.describeStackResources(DescribeStackResourcesRequest describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
default DescribeStacksResponse |
CloudFormationClient.describeStacks()
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksResponse |
CloudFormationClient.describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksResponse |
CloudFormationClient.describeStacks(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStackSetResponse |
CloudFormationClient.describeStackSet(Consumer<DescribeStackSetRequest.Builder> describeStackSetRequest)
Returns the description of the specified stack set.
|
default DescribeStackSetResponse |
CloudFormationClient.describeStackSet(DescribeStackSetRequest describeStackSetRequest)
Returns the description of the specified stack set.
|
default DescribeStackSetOperationResponse |
CloudFormationClient.describeStackSetOperation(Consumer<DescribeStackSetOperationRequest.Builder> describeStackSetOperationRequest)
Returns the description of the specified stack set operation.
|
default DescribeStackSetOperationResponse |
CloudFormationClient.describeStackSetOperation(DescribeStackSetOperationRequest describeStackSetOperationRequest)
Returns the description of the specified stack set operation.
|
default DescribeStacksIterable |
CloudFormationClient.describeStacksPaginator()
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksIterable |
CloudFormationClient.describeStacksPaginator(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksIterable |
CloudFormationClient.describeStacksPaginator(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeTypeResponse |
CloudFormationClient.describeType(Consumer<DescribeTypeRequest.Builder> describeTypeRequest)
Returns detailed information about a type that has been registered.
|
default DescribeTypeResponse |
CloudFormationClient.describeType(DescribeTypeRequest describeTypeRequest)
Returns detailed information about a type that has been registered.
|
default DescribeTypeRegistrationResponse |
CloudFormationClient.describeTypeRegistration(Consumer<DescribeTypeRegistrationRequest.Builder> describeTypeRegistrationRequest)
Returns information about a type's registration, including its current status and type and version identifiers.
|
default DescribeTypeRegistrationResponse |
CloudFormationClient.describeTypeRegistration(DescribeTypeRegistrationRequest describeTypeRegistrationRequest)
Returns information about a type's registration, including its current status and type and version identifiers.
|
default DetectStackDriftResponse |
CloudFormationClient.detectStackDrift(Consumer<DetectStackDriftRequest.Builder> detectStackDriftRequest)
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.
|
default DetectStackDriftResponse |
CloudFormationClient.detectStackDrift(DetectStackDriftRequest detectStackDriftRequest)
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.
|
default DetectStackResourceDriftResponse |
CloudFormationClient.detectStackResourceDrift(Consumer<DetectStackResourceDriftRequest.Builder> detectStackResourceDriftRequest)
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.
|
default DetectStackResourceDriftResponse |
CloudFormationClient.detectStackResourceDrift(DetectStackResourceDriftRequest detectStackResourceDriftRequest)
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.
|
default DetectStackSetDriftResponse |
CloudFormationClient.detectStackSetDrift(Consumer<DetectStackSetDriftRequest.Builder> detectStackSetDriftRequest)
Detect drift on a stack set.
|
default DetectStackSetDriftResponse |
CloudFormationClient.detectStackSetDrift(DetectStackSetDriftRequest detectStackSetDriftRequest)
Detect drift on a stack set.
|
default EstimateTemplateCostResponse |
CloudFormationClient.estimateTemplateCost(Consumer<EstimateTemplateCostRequest.Builder> estimateTemplateCostRequest)
Returns the estimated monthly cost of a template.
|
default EstimateTemplateCostResponse |
CloudFormationClient.estimateTemplateCost(EstimateTemplateCostRequest estimateTemplateCostRequest)
Returns the estimated monthly cost of a template.
|
default ExecuteChangeSetResponse |
CloudFormationClient.executeChangeSet(Consumer<ExecuteChangeSetRequest.Builder> executeChangeSetRequest)
Updates a stack using the input information that was provided when the specified change set was created.
|
default ExecuteChangeSetResponse |
CloudFormationClient.executeChangeSet(ExecuteChangeSetRequest executeChangeSetRequest)
Updates a stack using the input information that was provided when the specified change set was created.
|
default GetStackPolicyResponse |
CloudFormationClient.getStackPolicy(Consumer<GetStackPolicyRequest.Builder> getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
default GetStackPolicyResponse |
CloudFormationClient.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
default GetTemplateResponse |
CloudFormationClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)
Returns the template body for a specified stack.
|
default GetTemplateResponse |
CloudFormationClient.getTemplate(GetTemplateRequest getTemplateRequest)
Returns the template body for a specified stack.
|
default GetTemplateSummaryResponse |
CloudFormationClient.getTemplateSummary(Consumer<GetTemplateSummaryRequest.Builder> getTemplateSummaryRequest)
Returns information about a new or existing template.
|
default GetTemplateSummaryResponse |
CloudFormationClient.getTemplateSummary(GetTemplateSummaryRequest getTemplateSummaryRequest)
Returns information about a new or existing template.
|
default ListChangeSetsResponse |
CloudFormationClient.listChangeSets(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)
Returns the ID and status of each active change set for a stack.
|
default ListChangeSetsResponse |
CloudFormationClient.listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the ID and status of each active change set for a stack.
|
default ListExportsResponse |
CloudFormationClient.listExports()
Lists all exported output values in the account and region in which you call this action.
|
default ListExportsResponse |
CloudFormationClient.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists all exported output values in the account and region in which you call this action.
|
default ListExportsResponse |
CloudFormationClient.listExports(ListExportsRequest listExportsRequest)
Lists all exported output values in the account and region in which you call this action.
|
default ListExportsIterable |
CloudFormationClient.listExportsPaginator()
Lists all exported output values in the account and region in which you call this action.
|
default ListExportsIterable |
CloudFormationClient.listExportsPaginator(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists all exported output values in the account and region in which you call this action.
|
default ListExportsIterable |
CloudFormationClient.listExportsPaginator(ListExportsRequest listExportsRequest)
Lists all exported output values in the account and region in which you call this action.
|
default ListImportsResponse |
CloudFormationClient.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists all stacks that are importing an exported output value.
|
default ListImportsResponse |
CloudFormationClient.listImports(ListImportsRequest listImportsRequest)
Lists all stacks that are importing an exported output value.
|
default ListImportsIterable |
CloudFormationClient.listImportsPaginator(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists all stacks that are importing an exported output value.
|
default ListImportsIterable |
CloudFormationClient.listImportsPaginator(ListImportsRequest listImportsRequest)
Lists all stacks that are importing an exported output value.
|
default ListStackInstancesResponse |
CloudFormationClient.listStackInstances(Consumer<ListStackInstancesRequest.Builder> listStackInstancesRequest)
Returns summary information about stack instances that are associated with the specified stack set.
|
default ListStackInstancesResponse |
CloudFormationClient.listStackInstances(ListStackInstancesRequest listStackInstancesRequest)
Returns summary information about stack instances that are associated with the specified stack set.
|
default ListStackResourcesResponse |
CloudFormationClient.listStackResources(Consumer<ListStackResourcesRequest.Builder> listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
default ListStackResourcesResponse |
CloudFormationClient.listStackResources(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
default ListStackResourcesIterable |
CloudFormationClient.listStackResourcesPaginator(Consumer<ListStackResourcesRequest.Builder> listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
default ListStackResourcesIterable |
CloudFormationClient.listStackResourcesPaginator(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
default ListStacksResponse |
CloudFormationClient.listStacks()
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListStacksResponse |
CloudFormationClient.listStacks(Consumer<ListStacksRequest.Builder> listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListStacksResponse |
CloudFormationClient.listStacks(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListStackSetOperationResultsResponse |
CloudFormationClient.listStackSetOperationResults(Consumer<ListStackSetOperationResultsRequest.Builder> listStackSetOperationResultsRequest)
Returns summary information about the results of a stack set operation.
|
default ListStackSetOperationResultsResponse |
CloudFormationClient.listStackSetOperationResults(ListStackSetOperationResultsRequest listStackSetOperationResultsRequest)
Returns summary information about the results of a stack set operation.
|
default ListStackSetOperationsResponse |
CloudFormationClient.listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)
Returns summary information about operations performed on a stack set.
|
default ListStackSetOperationsResponse |
CloudFormationClient.listStackSetOperations(ListStackSetOperationsRequest listStackSetOperationsRequest)
Returns summary information about operations performed on a stack set.
|
default ListStackSetsResponse |
CloudFormationClient.listStackSets()
Returns summary information about stack sets that are associated with the user.
|
default ListStackSetsResponse |
CloudFormationClient.listStackSets(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
default ListStackSetsResponse |
CloudFormationClient.listStackSets(ListStackSetsRequest listStackSetsRequest)
Returns summary information about stack sets that are associated with the user.
|
default ListStacksIterable |
CloudFormationClient.listStacksPaginator()
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListStacksIterable |
CloudFormationClient.listStacksPaginator(Consumer<ListStacksRequest.Builder> listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListStacksIterable |
CloudFormationClient.listStacksPaginator(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.
|
default ListTypeRegistrationsResponse |
CloudFormationClient.listTypeRegistrations(Consumer<ListTypeRegistrationsRequest.Builder> listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type(s).
|
default ListTypeRegistrationsResponse |
CloudFormationClient.listTypeRegistrations(ListTypeRegistrationsRequest listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type(s).
|
default ListTypeRegistrationsIterable |
CloudFormationClient.listTypeRegistrationsPaginator(Consumer<ListTypeRegistrationsRequest.Builder> listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type(s).
|
default ListTypeRegistrationsIterable |
CloudFormationClient.listTypeRegistrationsPaginator(ListTypeRegistrationsRequest listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type(s).
|
default ListTypesResponse |
CloudFormationClient.listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesResponse |
CloudFormationClient.listTypes(ListTypesRequest listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesIterable |
CloudFormationClient.listTypesPaginator(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesIterable |
CloudFormationClient.listTypesPaginator(ListTypesRequest listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default RecordHandlerProgressResponse |
CloudFormationClient.recordHandlerProgress(Consumer<RecordHandlerProgressRequest.Builder> recordHandlerProgressRequest)
Reports progress of a resource handler to CloudFormation.
|
default RecordHandlerProgressResponse |
CloudFormationClient.recordHandlerProgress(RecordHandlerProgressRequest recordHandlerProgressRequest)
Reports progress of a resource handler to CloudFormation.
|
default RegisterTypeResponse |
CloudFormationClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest)
Registers a type with the CloudFormation service.
|
default RegisterTypeResponse |
CloudFormationClient.registerType(RegisterTypeRequest registerTypeRequest)
Registers a type with the CloudFormation service.
|
default SetStackPolicyResponse |
CloudFormationClient.setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
default SetStackPolicyResponse |
CloudFormationClient.setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
default SetTypeDefaultVersionResponse |
CloudFormationClient.setTypeDefaultVersion(Consumer<SetTypeDefaultVersionRequest.Builder> setTypeDefaultVersionRequest)
Specify the default version of a type.
|
default SetTypeDefaultVersionResponse |
CloudFormationClient.setTypeDefaultVersion(SetTypeDefaultVersionRequest setTypeDefaultVersionRequest)
Specify the default version of a type.
|
default SignalResourceResponse |
CloudFormationClient.signalResource(Consumer<SignalResourceRequest.Builder> signalResourceRequest)
Sends a signal to the specified resource with a success or failure status.
|
default SignalResourceResponse |
CloudFormationClient.signalResource(SignalResourceRequest signalResourceRequest)
Sends a signal to the specified resource with a success or failure status.
|
default StopStackSetOperationResponse |
CloudFormationClient.stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest)
Stops an in-progress operation on a stack set and its associated stack instances.
|
default StopStackSetOperationResponse |
CloudFormationClient.stopStackSetOperation(StopStackSetOperationRequest stopStackSetOperationRequest)
Stops an in-progress operation on a stack set and its associated stack instances.
|
default UpdateStackResponse |
CloudFormationClient.updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates a stack as specified in the template.
|
default UpdateStackResponse |
CloudFormationClient.updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(UpdateStackInstancesRequest updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
default UpdateTerminationProtectionResponse |
CloudFormationClient.updateTerminationProtection(Consumer<UpdateTerminationProtectionRequest.Builder> updateTerminationProtectionRequest)
Updates termination protection for the specified stack.
|
default UpdateTerminationProtectionResponse |
CloudFormationClient.updateTerminationProtection(UpdateTerminationProtectionRequest updateTerminationProtectionRequest)
Updates termination protection for the specified stack.
|
default ValidateTemplateResponse |
CloudFormationClient.validateTemplate(Consumer<ValidateTemplateRequest.Builder> validateTemplateRequest)
Validates a specified template.
|
default ValidateTemplateResponse |
CloudFormationClient.validateTemplate(ValidateTemplateRequest validateTemplateRequest)
Validates a specified template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyExistsException
The resource with the name requested already exists.
|
class |
CfnRegistryException
An error occurred during a CloudFormation registry operation.
|
class |
ChangeSetNotFoundException
The specified change set name or ID doesn't exit.
|
class |
CreatedButModifiedException
The specified resource exists, but has been changed.
|
class |
InsufficientCapabilitiesException
The template contains resources with capabilities that weren't specified in the Capabilities parameter.
|
class |
InvalidChangeSetStatusException
The specified change set can't be used to update the stack.
|
class |
InvalidOperationException
The specified operation isn't valid.
|
class |
InvalidStateTransitionException
Error reserved for use by the CloudFormation
CLI.
|
class |
LimitExceededException
The quota for the resource has already been reached.
|
class |
NameAlreadyExistsException
The specified name is already in use.
|
class |
OperationIdAlreadyExistsException
The specified operation ID already exists.
|
class |
OperationInProgressException
Another operation is currently in progress for this stack set.
|
class |
OperationNotFoundException
The specified ID refers to an operation that doesn't exist.
|
class |
OperationStatusCheckFailedException
Error reserved for use by the CloudFormation
CLI.
|
class |
StackInstanceNotFoundException
The specified stack instance doesn't exist.
|
class |
StackSetNotEmptyException
You can't yet delete this stack set, because it still contains one or more stack instances.
|
class |
StackSetNotFoundException
The specified stack set doesn't exist.
|
class |
StaleRequestException
Another operation has been performed on this stack set since the specified operation was performed.
|
class |
TokenAlreadyExistsException
A client request token already exists.
|
class |
TypeNotFoundException
The specified type does not exist in the CloudFormation registry.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationException |
CloudFormationException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CloudFormationException ex) |
Copyright © 2020. All rights reserved.