Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FleetData |
FleetData.clone() |
FleetData |
FleetData.withActivityStatus(FleetActivityStatus activityStatus)
The progress of the EC2 Fleet.
|
FleetData |
FleetData.withActivityStatus(String activityStatus)
The progress of the EC2 Fleet.
|
FleetData |
FleetData.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
FleetData |
FleetData.withContext(String context)
Reserved.
|
FleetData |
FleetData.withCreateTime(Date createTime)
The creation date and time of the EC2 Fleet.
|
FleetData |
FleetData.withErrors(Collection<DescribeFleetError> errors)
Information about the instances that could not be launched by the fleet.
|
FleetData |
FleetData.withErrors(DescribeFleetError... errors)
Information about the instances that could not be launched by the fleet.
|
FleetData |
FleetData.withExcessCapacityTerminationPolicy(FleetExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased
below the current size of the EC2 Fleet.
|
FleetData |
FleetData.withExcessCapacityTerminationPolicy(String excessCapacityTerminationPolicy)
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased
below the current size of the EC2 Fleet.
|
FleetData |
FleetData.withFleetId(String fleetId)
The ID of the EC2 Fleet.
|
FleetData |
FleetData.withFleetState(FleetStateCode fleetState)
The state of the EC2 Fleet.
|
FleetData |
FleetData.withFleetState(String fleetState)
The state of the EC2 Fleet.
|
FleetData |
FleetData.withFulfilledCapacity(Double fulfilledCapacity)
The number of units fulfilled by this request compared to the set target capacity.
|
FleetData |
FleetData.withFulfilledOnDemandCapacity(Double fulfilledOnDemandCapacity)
The number of units fulfilled by this request compared to the set target On-Demand capacity.
|
FleetData |
FleetData.withInstances(Collection<DescribeFleetsInstances> instances)
Information about the instances that were launched by the fleet.
|
FleetData |
FleetData.withInstances(DescribeFleetsInstances... instances)
Information about the instances that were launched by the fleet.
|
FleetData |
FleetData.withLaunchTemplateConfigs(Collection<FleetLaunchTemplateConfig> launchTemplateConfigs)
The launch template and overrides.
|
FleetData |
FleetData.withLaunchTemplateConfigs(FleetLaunchTemplateConfig... launchTemplateConfigs)
The launch template and overrides.
|
FleetData |
FleetData.withOnDemandOptions(OnDemandOptions onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
FleetData |
FleetData.withReplaceUnhealthyInstances(Boolean replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
FleetData |
FleetData.withSpotOptions(SpotOptions spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
FleetData |
FleetData.withTags(Collection<Tag> tags)
The tags for an EC2 Fleet resource.
|
FleetData |
FleetData.withTags(Tag... tags)
The tags for an EC2 Fleet resource.
|
FleetData |
FleetData.withTargetCapacitySpecification(TargetCapacitySpecification targetCapacitySpecification)
The number of units to request.
|
FleetData |
FleetData.withTerminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
FleetData |
FleetData.withType(FleetType type)
The type of request.
|
FleetData |
FleetData.withType(String type)
The type of request.
|
FleetData |
FleetData.withValidFrom(Date validFrom)
The start date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
FleetData |
FleetData.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 |
---|---|
List<FleetData> |
DescribeFleetsResult.getFleets()
Information about the EC2 Fleets.
|
Modifier and Type | Method and Description |
---|---|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(FleetData... fleets)
Information about the EC2 Fleets.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFleetsResult.setFleets(Collection<FleetData> fleets)
Information about the EC2 Fleets.
|
DescribeFleetsResult |
DescribeFleetsResult.withFleets(Collection<FleetData> fleets)
Information about the EC2 Fleets.
|
Copyright © 2021. All rights reserved.