| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageState |
ImageState.fromValue(String value)
Use this in place of valueOf.
|
static ImageState |
ImageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageState[] |
ImageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setState(ImageState state)
The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and
FAILED if image creation has failed.
|
Image |
Image.withState(ImageState state)
The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and
FAILED if image creation has failed.
|
Copyright © 2016. All rights reserved.