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