Uses of Class
software.amazon.awssdk.services.amplify.model.Stage
-
Packages that use Stage Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of Stage in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Stage Modifier and Type Method Description static StageStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageAutoBranchCreationConfig. stage()Describes the current stage for the autocreated branch.StageBranch. stage()The current stage for the branch that is part of an Amplify app.StageCreateBranchRequest. stage()Describes the current stage for the branch.StageUpdateBranchRequest. stage()Describes the current stage for the branch.static StageStage. valueOf(String name)Returns the enum constant of this type with the specified name.static Stage[]Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type Stage Modifier and Type Method Description static Set<Stage>Stage. knownValues()Methods in software.amazon.awssdk.services.amplify.model with parameters of type Stage Modifier and Type Method Description AutoBranchCreationConfig.BuilderAutoBranchCreationConfig.Builder. stage(Stage stage)Describes the current stage for the autocreated branch.Branch.BuilderBranch.Builder. stage(Stage stage)The current stage for the branch that is part of an Amplify app.CreateBranchRequest.BuilderCreateBranchRequest.Builder. stage(Stage stage)Describes the current stage for the branch.UpdateBranchRequest.BuilderUpdateBranchRequest.Builder. stage(Stage stage)Describes the current stage for the branch.
-