Uses of Class
com.amazonaws.services.ec2.model.SpotFleetRequestConfigData
Packages that use SpotFleetRequestConfigData
-
Uses of SpotFleetRequestConfigData in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotFleetRequestConfigDataModifier and TypeMethodDescriptionSpotFleetRequestConfigData.clone()
RequestSpotFleetRequest.getSpotFleetRequestConfig()
The configuration for the Spot fleet request.SpotFleetRequestConfig.getSpotFleetRequestConfig()
Information about the configuration of the Spot fleet request.SpotFleetRequestConfigData.withAllocationStrategy
(AllocationStrategy allocationStrategy) Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.SpotFleetRequestConfigData.withAllocationStrategy
(String allocationStrategy) Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.SpotFleetRequestConfigData.withClientToken
(String clientToken) A unique, case-sensitive identifier you provide to ensure idempotency of your listings.SpotFleetRequestConfigData.withExcessCapacityTerminationPolicy
(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy) Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.SpotFleetRequestConfigData.withExcessCapacityTerminationPolicy
(String excessCapacityTerminationPolicy) Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.SpotFleetRequestConfigData.withIamFleetRole
(String iamFleetRole) Grants the Spot fleet permission to terminate Spot instances on your behalf when you cancel its Spot fleet request using CancelSpotFleetRequests or when the Spot fleet request expires, if you setterminateInstancesWithExpiration
.SpotFleetRequestConfigData.withLaunchSpecifications
(SpotFleetLaunchSpecification... launchSpecifications) Information about the launch specifications for the Spot fleet request.SpotFleetRequestConfigData.withLaunchSpecifications
(Collection<SpotFleetLaunchSpecification> launchSpecifications) Information about the launch specifications for the Spot fleet request.SpotFleetRequestConfigData.withSpotPrice
(String spotPrice) The bid price per unit hour.SpotFleetRequestConfigData.withTargetCapacity
(Integer targetCapacity) The number of units to request.SpotFleetRequestConfigData.withTerminateInstancesWithExpiration
(Boolean terminateInstancesWithExpiration) Indicates whether running Spot instances should be terminated when the Spot fleet request expires.SpotFleetRequestConfigData.withValidFrom
(Date validFrom) The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).SpotFleetRequestConfigData.withValidUntil
(Date validUntil) The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in com.amazonaws.services.ec2.model with parameters of type SpotFleetRequestConfigDataModifier and TypeMethodDescriptionvoid
RequestSpotFleetRequest.setSpotFleetRequestConfig
(SpotFleetRequestConfigData spotFleetRequestConfig) The configuration for the Spot fleet request.void
SpotFleetRequestConfig.setSpotFleetRequestConfig
(SpotFleetRequestConfigData spotFleetRequestConfig) Information about the configuration of the Spot fleet request.RequestSpotFleetRequest.withSpotFleetRequestConfig
(SpotFleetRequestConfigData spotFleetRequestConfig) The configuration for the Spot fleet request.SpotFleetRequestConfig.withSpotFleetRequestConfig
(SpotFleetRequestConfigData spotFleetRequestConfig) Information about the configuration of the Spot fleet request.