| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.clone() |
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withSpotInstanceRequestId(String spotInstanceRequestId)
The ID of the Spot instance request.
|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withState(CancelSpotInstanceRequestState state)
The state of the Spot instance request.
|
CancelledSpotInstanceRequest |
CancelledSpotInstanceRequest.withState(String state)
The state of the Spot instance request.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
CancelSpotInstanceRequestsResult |
CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
Copyright © 2015. All rights reserved.