Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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()
The Spot Instance requests.
|
Modifier and Type | Method and Description |
---|---|
CancelSpotInstanceRequestsResult |
CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests(CancelledSpotInstanceRequest... cancelledSpotInstanceRequests)
The Spot Instance requests.
|
Modifier and Type | Method and Description |
---|---|
void |
CancelSpotInstanceRequestsResult.setCancelledSpotInstanceRequests(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
The Spot Instance requests.
|
CancelSpotInstanceRequestsResult |
CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
The Spot Instance requests.
|
Copyright © 2023. All rights reserved.