| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Stage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Stage |
CreateBranchRequest.stage()
Stage for the branch.
|
Stage |
Branch.stage()
Stage for a branch, part of an Amplify App.
|
Stage |
UpdateBranchRequest.stage()
Stage for the branch.
|
Stage |
AutoBranchCreationConfig.stage()
Stage for the auto created branch.
|
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 |
|---|---|
static Set<Stage> |
Stage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBranchRequest.Builder |
CreateBranchRequest.Builder.stage(Stage stage)
Stage for the branch.
|
Branch.Builder |
Branch.Builder.stage(Stage stage)
Stage for a branch, part of an Amplify App.
|
UpdateBranchRequest.Builder |
UpdateBranchRequest.Builder.stage(Stage stage)
Stage for the branch.
|
AutoBranchCreationConfig.Builder |
AutoBranchCreationConfig.Builder.stage(Stage stage)
Stage for the auto created branch.
|
Copyright © 2020. All rights reserved.