Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RollbackStackResponse.Builder
-
Packages that use RollbackStackResponse.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RollbackStackResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RollbackStackResponse.Builder Modifier and Type Method Description static RollbackStackResponse.BuilderRollbackStackResponse. builder()RollbackStackResponse.BuilderRollbackStackResponse.Builder. operationId(String operationId)A unique identifier for this rollback operation that can be used to track the operation's progress and events.RollbackStackResponse.BuilderRollbackStackResponse.Builder. stackId(String stackId)Unique identifier of the stack.RollbackStackResponse.BuilderRollbackStackResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RollbackStackResponse.Builder Modifier and Type Method Description static Class<? extends RollbackStackResponse.Builder>RollbackStackResponse. serializableBuilderClass()
-