Uses of Class
software.amazon.awssdk.services.cloudformation.model.OnStackFailure
-
Packages that use OnStackFailure Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of OnStackFailure in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return OnStackFailure Modifier and Type Method Description static OnStackFailureOnStackFailure. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OnStackFailureCreateChangeSetRequest. onStackFailure()Determines what action will be taken if stack creation fails.OnStackFailureDescribeChangeSetResponse. onStackFailure()Determines what action will be taken if stack creation fails.static OnStackFailureOnStackFailure. valueOf(String name)Returns 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 OnStackFailure Modifier and Type Method Description static Set<OnStackFailure>OnStackFailure. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type OnStackFailure Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. onStackFailure(OnStackFailure onStackFailure)Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. onStackFailure(OnStackFailure onStackFailure)Determines what action will be taken if stack creation fails.
-