Uses of Enum
software.amazon.awssdk.services.cloudformation.model.OnStackFailure
Packages that use OnStackFailure
-
Uses of OnStackFailure in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return OnStackFailureModifier and TypeMethodDescriptionstatic OnStackFailureUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OnStackFailureCreateChangeSetRequest.onStackFailure()Determines what action will be taken if stack creation fails.final OnStackFailureDescribeChangeSetResponse.onStackFailure()Determines what action will be taken if stack creation fails.static OnStackFailureReturns the enum constant of this type with the specified name.static OnStackFailure[]OnStackFailure.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type OnStackFailureMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type OnStackFailureModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.onStackFailure(OnStackFailure onStackFailure) Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.Builder.onStackFailure(OnStackFailure onStackFailure) Determines what action will be taken if stack creation fails.