Uses of Class
com.amazonaws.services.ec2.model.SpotInstanceRequest
Packages that use SpotInstanceRequest
-
Uses of SpotInstanceRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotInstanceRequestModifier and TypeMethodDescriptionSpotInstanceRequest.clone()
SpotInstanceRequest.withActualBlockHourlyPrice
(String actualBlockHourlyPrice) If you specified a duration and your Spot instance request was fulfilled, this is the fixed hourly price in effect for the Spot instance while it runs.SpotInstanceRequest.withAvailabilityZoneGroup
(String availabilityZoneGroup) The Availability Zone group.SpotInstanceRequest.withBlockDurationMinutes
(Integer blockDurationMinutes) The duration for the Spot instance, in minutes.SpotInstanceRequest.withCreateTime
(Date createTime) The date and time when the Spot instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).SpotInstanceRequest.withFault
(SpotInstanceStateFault fault) The fault codes for the Spot instance request, if any.SpotInstanceRequest.withInstanceId
(String instanceId) The instance ID, if an instance has been launched to fulfill the Spot instance request.SpotInstanceRequest.withLaunchedAvailabilityZone
(String launchedAvailabilityZone) The Availability Zone in which the bid is launched.SpotInstanceRequest.withLaunchGroup
(String launchGroup) The instance launch group.SpotInstanceRequest.withLaunchSpecification
(LaunchSpecification launchSpecification) Additional information for launching instances.SpotInstanceRequest.withProductDescription
(RIProductDescription productDescription) The product description associated with the Spot instance.SpotInstanceRequest.withProductDescription
(String productDescription) The product description associated with the Spot instance.SpotInstanceRequest.withSpotInstanceRequestId
(String spotInstanceRequestId) The ID of the Spot instance request.SpotInstanceRequest.withSpotPrice
(String spotPrice) The maximum hourly price (bid) for the Spot instance launched to fulfill the request.SpotInstanceRequest.withState
(SpotInstanceState state) The state of the Spot instance request.The state of the Spot instance request.SpotInstanceRequest.withStatus
(SpotInstanceStatus status) The status code and status message describing the Spot instance request.Any tags assigned to the resource.SpotInstanceRequest.withTags
(Collection<Tag> tags) Any tags assigned to the resource.SpotInstanceRequest.withType
(SpotInstanceType type) The Spot instance request type.The Spot instance request type.SpotInstanceRequest.withValidFrom
(Date validFrom) The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).SpotInstanceRequest.withValidUntil
(Date validUntil) The end date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in com.amazonaws.services.ec2.model that return types with arguments of type SpotInstanceRequestModifier and TypeMethodDescriptionDescribeSpotInstanceRequestsResult.getSpotInstanceRequests()
One or more Spot instance requests.RequestSpotInstancesResult.getSpotInstanceRequests()
One or more Spot instance requests.Methods in com.amazonaws.services.ec2.model with parameters of type SpotInstanceRequestModifier and TypeMethodDescriptionDescribeSpotInstanceRequestsResult.withSpotInstanceRequests
(SpotInstanceRequest... spotInstanceRequests) One or more Spot instance requests.RequestSpotInstancesResult.withSpotInstanceRequests
(SpotInstanceRequest... spotInstanceRequests) One or more Spot instance requests.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SpotInstanceRequestModifier and TypeMethodDescriptionvoid
DescribeSpotInstanceRequestsResult.setSpotInstanceRequests
(Collection<SpotInstanceRequest> spotInstanceRequests) One or more Spot instance requests.void
RequestSpotInstancesResult.setSpotInstanceRequests
(Collection<SpotInstanceRequest> spotInstanceRequests) One or more Spot instance requests.DescribeSpotInstanceRequestsResult.withSpotInstanceRequests
(Collection<SpotInstanceRequest> spotInstanceRequests) One or more Spot instance requests.RequestSpotInstancesResult.withSpotInstanceRequests
(Collection<SpotInstanceRequest> spotInstanceRequests) One or more Spot instance requests.