Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.clone() |
SpotFleetRequestConfigData |
SpotFleetRequestConfig.getSpotFleetRequestConfig()
Information about the configuration of the Spot fleet request.
|
SpotFleetRequestConfigData |
RequestSpotFleetRequest.getSpotFleetRequestConfig()
The configuration for the Spot fleet request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withAllocationStrategy(AllocationStrategy allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools
specified by the Spot fleet request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withAllocationStrategy(String allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools
specified by the Spot fleet request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withClientToken(String clientToken)
A unique, case-sensitive identifier you provide to ensure idempotency
of your listings.
|
SpotFleetRequestConfigData |
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 |
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 |
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 set
terminateInstancesWithExpiration . |
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withLaunchSpecifications(Collection<SpotFleetLaunchSpecification> launchSpecifications)
Information about the launch specifications for the Spot fleet
request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withLaunchSpecifications(SpotFleetLaunchSpecification... launchSpecifications)
Information about the launch specifications for the Spot fleet
request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withSpotPrice(String spotPrice)
The bid price per unit hour.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withTargetCapacity(Integer targetCapacity)
The number of units to request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withTerminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration)
Indicates whether running Spot instances should be terminated when the
Spot fleet request expires.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withValidFrom(Date validFrom)
The start date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withValidUntil(Date validUntil)
The end date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Modifier and Type | Method and Description |
---|---|
void |
SpotFleetRequestConfig.setSpotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
Information about the configuration of the Spot fleet request.
|
void |
RequestSpotFleetRequest.setSpotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
The configuration for the Spot fleet request.
|
SpotFleetRequestConfig |
SpotFleetRequestConfig.withSpotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
Information about the configuration of the Spot fleet request.
|
RequestSpotFleetRequest |
RequestSpotFleetRequest.withSpotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
The configuration for the Spot fleet request.
|
Copyright © 2015. All rights reserved.