Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static BuildStatus |
BuildStatus.fromValue(String value)
Use this in place of valueOf.
|
static BuildStatus |
BuildStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildStatus[] |
BuildStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBuildsRequest.setStatus(BuildStatus status)
Build state to filter results on.
|
void |
Build.setStatus(BuildStatus status)
Current status of the build.
|
ListBuildsRequest |
ListBuildsRequest.withStatus(BuildStatus status)
Build state to filter results on.
|
Build |
Build.withStatus(BuildStatus status)
Current status of the build.
|
Copyright © 2018. All rights reserved.