Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateFleetResult> |
AbstractAmazonEC2Async.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AmazonEC2Async.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Launches an EC2 Fleet.
|
Future<CreateFleetResult> |
AmazonEC2AsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFleetRequest |
CreateFleetRequest.withContext(String context)
Reserved.
|
CreateFleetRequest |
CreateFleetRequest.withExcessCapacityTerminationPolicy(FleetExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is
decreased below the current size of the EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withExcessCapacityTerminationPolicy(String excessCapacityTerminationPolicy)
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is
decreased below the current size of the EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withLaunchTemplateConfigs(Collection<FleetLaunchTemplateConfigRequest> launchTemplateConfigs)
The configuration for the EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withLaunchTemplateConfigs(FleetLaunchTemplateConfigRequest... launchTemplateConfigs)
The configuration for the EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withOnDemandOptions(OnDemandOptionsRequest onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withReplaceUnhealthyInstances(Boolean replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
CreateFleetRequest |
CreateFleetRequest.withSpotOptions(SpotOptionsRequest spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CreateFleetRequest |
CreateFleetRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CreateFleetRequest |
CreateFleetRequest.withTargetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)
The number of units to request.
|
CreateFleetRequest |
CreateFleetRequest.withTerminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
CreateFleetRequest |
CreateFleetRequest.withType(FleetType type)
The fleet type.
|
CreateFleetRequest |
CreateFleetRequest.withType(String type)
The fleet type.
|
CreateFleetRequest |
CreateFleetRequest.withValidFrom(Date validFrom)
The start date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
CreateFleetRequest |
CreateFleetRequest.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 |
---|---|
Request<CreateFleetRequest> |
CreateFleetRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.