Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.clone() |
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withAddressingType(String addressingType)
Deprecated.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withEbsOptimized(Boolean ebsOptimized)
Indicates whether the instances are optimized for EBS I/O.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withImageId(String imageId)
The ID of the AMI.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withInstanceType(String instanceType)
The instance type.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withKernelId(String kernelId)
The ID of the kernel.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withKeyName(String keyName)
The name of the key pair.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withMonitoring(SpotFleetMonitoring monitoring)
Enable or disable monitoring for the instances.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withPlacement(SpotPlacement placement)
The placement information.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withRamdiskId(String ramdiskId)
The ID of the RAM disk.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(Collection<GroupIdentifier> securityGroups)
One or more security groups.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(GroupIdentifier... securityGroups)
One or more security groups.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSpotPrice(String spotPrice)
The bid price per unit hour for the specified instance type.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withUserData(String userData)
The Base64-encoded MIME user data to make available to the instances.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
|
Modifier and Type | Method and Description |
---|---|
List<SpotFleetLaunchSpecification> |
SpotFleetRequestConfigData.getLaunchSpecifications()
Information about the launch specifications for the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withLaunchSpecifications(SpotFleetLaunchSpecification... launchSpecifications)
Information about the launch specifications for the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotFleetRequestConfigData.setLaunchSpecifications(Collection<SpotFleetLaunchSpecification> launchSpecifications)
Information about the launch specifications for the Spot fleet request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withLaunchSpecifications(Collection<SpotFleetLaunchSpecification> launchSpecifications)
Information about the launch specifications for the Spot fleet request.
|
Copyright © 2018. All rights reserved.