Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesLaunchSpecification
Packages that use ScheduledInstancesLaunchSpecification
-
Uses of ScheduledInstancesLaunchSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesLaunchSpecificationModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.clone()
RunScheduledInstancesRequest.getLaunchSpecification()
The launch specification.ScheduledInstancesLaunchSpecification.withBlockDeviceMappings
(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings) One or more block device mapping entries.ScheduledInstancesLaunchSpecification.withBlockDeviceMappings
(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings) One or more block device mapping entries.ScheduledInstancesLaunchSpecification.withEbsOptimized
(Boolean ebsOptimized) Indicates whether the instances are optimized for EBS I/O.ScheduledInstancesLaunchSpecification.withIamInstanceProfile
(ScheduledInstancesIamInstanceProfile iamInstanceProfile) The IAM instance profile.ScheduledInstancesLaunchSpecification.withImageId
(String imageId) The ID of the Amazon Machine Image (AMI).ScheduledInstancesLaunchSpecification.withInstanceType
(String instanceType) The instance type.ScheduledInstancesLaunchSpecification.withKernelId
(String kernelId) The ID of the kernel.ScheduledInstancesLaunchSpecification.withKeyName
(String keyName) The name of the key pair.ScheduledInstancesLaunchSpecification.withMonitoring
(ScheduledInstancesMonitoring monitoring) Enable or disable monitoring for the instances.ScheduledInstancesLaunchSpecification.withNetworkInterfaces
(ScheduledInstancesNetworkInterface... networkInterfaces) One or more network interfaces.ScheduledInstancesLaunchSpecification.withNetworkInterfaces
(Collection<ScheduledInstancesNetworkInterface> networkInterfaces) One or more network interfaces.ScheduledInstancesLaunchSpecification.withPlacement
(ScheduledInstancesPlacement placement) The placement information.ScheduledInstancesLaunchSpecification.withRamdiskId
(String ramdiskId) The ID of the RAM disk.ScheduledInstancesLaunchSpecification.withSecurityGroupIds
(String... securityGroupIds) The IDs of one or more security groups.ScheduledInstancesLaunchSpecification.withSecurityGroupIds
(Collection<String> securityGroupIds) The IDs of one or more security groups.ScheduledInstancesLaunchSpecification.withSubnetId
(String subnetId) The ID of the subnet in which to launch the instances.ScheduledInstancesLaunchSpecification.withUserData
(String userData) The base64-encoded MIME user data.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesLaunchSpecificationModifier and TypeMethodDescriptionvoid
RunScheduledInstancesRequest.setLaunchSpecification
(ScheduledInstancesLaunchSpecification launchSpecification) The launch specification.RunScheduledInstancesRequest.withLaunchSpecification
(ScheduledInstancesLaunchSpecification launchSpecification) The launch specification.