| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageState |
ImageState.clone() |
ImageState |
ImageSummary.getState()
The state of the image.
|
ImageState |
Image.getState()
The state of the image.
|
ImageState |
Ami.getState() |
ImageState |
ImageState.withReason(String reason)
The reason for the status of the image.
|
ImageState |
ImageState.withStatus(ImageStatus status)
The status of the image.
|
ImageState |
ImageState.withStatus(String status)
The status of the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSummary.setState(ImageState state)
The state of the image.
|
void |
Image.setState(ImageState state)
The state of the image.
|
void |
Ami.setState(ImageState state) |
ImageSummary |
ImageSummary.withState(ImageState state)
The state of the image.
|
Image |
Image.withState(ImageState state)
The state of the image.
|
Ami |
Ami.withState(ImageState state) |
Copyright © 2024. All rights reserved.