Uses of Class
com.amazonaws.services.ec2.model.CancelledSpotInstanceRequest
Packages that use CancelledSpotInstanceRequest
-
Uses of CancelledSpotInstanceRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CancelledSpotInstanceRequestModifier and TypeMethodDescriptionCancelledSpotInstanceRequest.clone()
CancelledSpotInstanceRequest.withSpotInstanceRequestId
(String spotInstanceRequestId) The ID of the Spot instance request.CancelledSpotInstanceRequest.withState
(CancelSpotInstanceRequestState state) The state of the Spot instance request.The state of the Spot instance request.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CancelledSpotInstanceRequestModifier and TypeMethodDescriptionCancelSpotInstanceRequestsResult.getCancelledSpotInstanceRequests()
One or more Spot instance requests.Methods in com.amazonaws.services.ec2.model with parameters of type CancelledSpotInstanceRequestModifier and TypeMethodDescriptionCancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests
(CancelledSpotInstanceRequest... cancelledSpotInstanceRequests) One or more Spot instance requests.Method parameters in com.amazonaws.services.ec2.model with type arguments of type CancelledSpotInstanceRequestModifier and TypeMethodDescriptionvoid
CancelSpotInstanceRequestsResult.setCancelledSpotInstanceRequests
(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests) One or more Spot instance requests.CancelSpotInstanceRequestsResult.withCancelledSpotInstanceRequests
(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests) One or more Spot instance requests.