Uses of Class
software.amazon.awssdk.services.codepipeline.model.RetryStageMetadata
-
Packages that use RetryStageMetadata Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RetryStageMetadata in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RetryStageMetadata Modifier and Type Method Description RetryStageMetadataStageState. retryStageMetadata()he details of a specific automatic retry on stage failure, including the attempt number and trigger.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RetryStageMetadata Modifier and Type Method Description StageState.BuilderStageState.Builder. retryStageMetadata(RetryStageMetadata retryStageMetadata)he details of a specific automatic retry on stage failure, including the attempt number and trigger.
-