Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ContinueUpdateRollbackRequest.Builder
Packages that use ContinueUpdateRollbackRequest.Builder
Package
Description
-
Uses of ContinueUpdateRollbackRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ContinueUpdateRollbackRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest) Continues rolling back a stack fromUPDATE_ROLLBACK_FAILEDtoUPDATE_ROLLBACK_COMPLETEstate.default ContinueUpdateRollbackResponseCloudFormationClient.continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest) Continues rolling back a stack fromUPDATE_ROLLBACK_FAILEDtoUPDATE_ROLLBACK_COMPLETEstate. -
Uses of ContinueUpdateRollbackRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ContinueUpdateRollbackRequest.BuilderModifier and TypeMethodDescriptionContinueUpdateRollbackRequest.builder()ContinueUpdateRollbackRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for thisContinueUpdateRollbackrequest.ContinueUpdateRollbackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ContinueUpdateRollbackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ContinueUpdateRollbackRequest.Builder.resourcesToSkip(String... resourcesToSkip) A list of the logical IDs of the resources that CloudFormation skips during the continue update rollback operation.ContinueUpdateRollbackRequest.Builder.resourcesToSkip(Collection<String> resourcesToSkip) A list of the logical IDs of the resources that CloudFormation skips during the continue update rollback operation.The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to roll back the stack.The name or the unique ID of the stack that you want to continue rolling back.ContinueUpdateRollbackRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ContinueUpdateRollbackRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContinueUpdateRollbackRequest.Builder>ContinueUpdateRollbackRequest.serializableBuilderClass()