| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Stage.fromValue(String value)
Use this in place of valueOf.
|
static Stage |
Stage.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBranchRequest |
UpdateBranchRequest.withStage(Stage stage)
Describes the current stage for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withStage(Stage stage)
Describes the current stage for the branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withStage(Stage stage)
Describes the current stage for the autocreated branch.
|
Branch |
Branch.withStage(Stage stage)
The current stage for the branch that is part of an Amplify app.
|
Copyright © 2023. All rights reserved.