Uses of Class
software.amazon.awssdk.services.ec2.model.SpotInstanceRequest
-
Packages that use SpotInstanceRequest Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SpotInstanceRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceRequest Modifier and Type Method Description List<SpotInstanceRequest>DescribeSpotInstanceRequestsResponse. spotInstanceRequests()The Spot Instance requests.List<SpotInstanceRequest>RequestSpotInstancesResponse. spotInstanceRequests()The Spot Instance requests.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotInstanceRequest Modifier and Type Method Description DescribeSpotInstanceRequestsResponse.BuilderDescribeSpotInstanceRequestsResponse.Builder. spotInstanceRequests(SpotInstanceRequest... spotInstanceRequests)The Spot Instance requests.RequestSpotInstancesResponse.BuilderRequestSpotInstancesResponse.Builder. spotInstanceRequests(SpotInstanceRequest... spotInstanceRequests)The Spot Instance requests.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotInstanceRequest Modifier and Type Method Description DescribeSpotInstanceRequestsResponse.BuilderDescribeSpotInstanceRequestsResponse.Builder. spotInstanceRequests(Collection<SpotInstanceRequest> spotInstanceRequests)The Spot Instance requests.RequestSpotInstancesResponse.BuilderRequestSpotInstancesResponse.Builder. spotInstanceRequests(Collection<SpotInstanceRequest> spotInstanceRequests)The Spot Instance requests. -
Uses of SpotInstanceRequest in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SpotInstanceRequest Modifier and Type Method Description SdkIterable<SpotInstanceRequest>DescribeSpotInstanceRequestsIterable. spotInstanceRequests()Returns an iterable to iterate through the paginatedDescribeSpotInstanceRequestsResponse.spotInstanceRequests()member.SdkPublisher<SpotInstanceRequest>DescribeSpotInstanceRequestsPublisher. spotInstanceRequests()Returns a publisher that can be used to get a stream of data.
-