Uses of Class
software.amazon.awssdk.services.codebuild.model.BuildBatchPhaseType
-
Packages that use BuildBatchPhaseType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildBatchPhaseType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BuildBatchPhaseType Modifier and Type Method Description static BuildBatchPhaseTypeBuildBatchPhaseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BuildBatchPhaseTypeBuildBatchPhase. phaseType()The name of the batch build phase.static BuildBatchPhaseTypeBuildBatchPhaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static BuildBatchPhaseType[]BuildBatchPhaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildBatchPhaseType Modifier and Type Method Description static Set<BuildBatchPhaseType>BuildBatchPhaseType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BuildBatchPhaseType Modifier and Type Method Description BuildBatchPhase.BuilderBuildBatchPhase.Builder. phaseType(BuildBatchPhaseType phaseType)The name of the batch build phase.
-