| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model | |
| com.amazonaws.services.appstream.model.transform |
| Modifier and Type | Method and Description |
|---|---|
ImageStateChangeReason |
ImageStateChangeReason.clone() |
ImageStateChangeReason |
Image.getStateChangeReason()
The reason why the last state change occurred.
|
ImageStateChangeReason |
ImageStateChangeReason.withCode(ImageStateChangeReasonCode code)
The state change reason code of the image.
|
ImageStateChangeReason |
ImageStateChangeReason.withCode(String code)
The state change reason code of the image.
|
ImageStateChangeReason |
ImageStateChangeReason.withMessage(String message)
The state change reason message to the end user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setStateChangeReason(ImageStateChangeReason stateChangeReason)
The reason why the last state change occurred.
|
Image |
Image.withStateChangeReason(ImageStateChangeReason stateChangeReason)
The reason why the last state change occurred.
|
| Modifier and Type | Method and Description |
|---|---|
ImageStateChangeReason |
ImageStateChangeReasonJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageStateChangeReasonMarshaller.marshall(ImageStateChangeReason imageStateChangeReason,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.