Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CancelledSpotInstanceRequest> |
CancelSpotInstanceRequestsResult.cancelledSpotInstanceRequests
One or more Spot instance requests.
|
Modifier and Type | Method and Description |
---|---|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.clone() |
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withSpotInstanceRequestId(java.lang.String spotInstanceRequestId)
The ID of the Spot instance request.
|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withState(CancelSpotInstanceRequestState state)
The state of the Spot instance request.
|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withState(java.lang.String state)
The state of the Spot instance request.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CancelledSpotInstanceRequest> |
CancelSpotInstanceRequestsResult.getCancelledSpotInstanceRequests()
One or more Spot instance requests.
|
Modifier and Type | Method and Description |
---|---|
CancelSpotInstanceRequestsResult |
CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests(CancelledSpotInstanceRequest... cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
Modifier and Type | Method and Description |
---|---|
void |
CancelSpotInstanceRequestsResult.setCancelledSpotInstanceRequests(java.util.Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
CancelSpotInstanceRequestsResult |
CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests(java.util.Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
Modifier and Type | Method and Description |
---|---|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequestStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |