Uses of Class
software.amazon.awssdk.services.codepipeline.model.ApprovalStatus
-
Packages that use ApprovalStatus Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ApprovalStatus in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ApprovalStatus Modifier and Type Method Description static ApprovalStatusApprovalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApprovalStatusApprovalResult. status()The response submitted by a reviewer assigned to an approval action request.static ApprovalStatusApprovalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ApprovalStatus[]ApprovalStatus. 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 ApprovalStatus Modifier and Type Method Description static Set<ApprovalStatus>ApprovalStatus. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ApprovalStatus Modifier and Type Method Description ApprovalResult.BuilderApprovalResult.Builder. status(ApprovalStatus status)The response submitted by a reviewer assigned to an approval action request.
-