Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageRetryMode
-
Packages that use StageRetryMode Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageRetryMode in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageRetryMode Modifier and Type Method Description static StageRetryModeStageRetryMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageRetryModeRetryConfiguration. retryMode()The method that you want to configure for automatic stage retry on stage failure.StageRetryModeRetryStageExecutionRequest. retryMode()The scope of the retry attempt.static StageRetryModeStageRetryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StageRetryMode[]StageRetryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageRetryMode Modifier and Type Method Description static Set<StageRetryMode>StageRetryMode. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageRetryMode Modifier and Type Method Description RetryConfiguration.BuilderRetryConfiguration.Builder. retryMode(StageRetryMode retryMode)The method that you want to configure for automatic stage retry on stage failure.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. retryMode(StageRetryMode retryMode)The scope of the retry attempt.
-