| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
FpgaImageState |
FpgaImageState.clone() |
FpgaImageState |
FpgaImage.getState()
Information about the state of the AFI.
|
FpgaImageState |
FpgaImageState.withCode(FpgaImageStateCode code)
The state.
|
FpgaImageState |
FpgaImageState.withCode(String code)
The state.
|
FpgaImageState |
FpgaImageState.withMessage(String message)
If the state is
failed, this is the error message. |
| Modifier and Type | Method and Description |
|---|---|
void |
FpgaImage.setState(FpgaImageState state)
Information about the state of the AFI.
|
FpgaImage |
FpgaImage.withState(FpgaImageState state)
Information about the state of the AFI.
|
Copyright © 2017. All rights reserved.