Uses of Class
com.amazonaws.services.ec2.model.LaunchSpecification
Packages that use LaunchSpecification
-
Uses of LaunchSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return LaunchSpecificationModifier and TypeMethodDescriptionLaunchSpecification.clone()RequestSpotInstancesRequest.getLaunchSpecification()SpotInstanceRequest.getLaunchSpecification()Additional information for launching instances.LaunchSpecification.withAddressingType(String addressingType) Deprecated.LaunchSpecification.withAllSecurityGroups(GroupIdentifier... allSecurityGroups) One or more security groups.LaunchSpecification.withAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups) One or more security groups.LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) One or more block device mapping entries.LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) One or more block device mapping entries.LaunchSpecification.withEbsOptimized(Boolean ebsOptimized) Indicates whether the instance is optimized for EBS I/O.LaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.LaunchSpecification.withImageId(String imageId) The ID of the AMI.LaunchSpecification.withInstanceType(InstanceType instanceType) The instance type.LaunchSpecification.withInstanceType(String instanceType) The instance type.LaunchSpecification.withKernelId(String kernelId) The ID of the kernel.LaunchSpecification.withKeyName(String keyName) The name of the key pair.LaunchSpecification.withMonitoringEnabled(Boolean monitoringEnabled) LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) One or more network interfaces.LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.LaunchSpecification.withPlacement(SpotPlacement placement) The placement information for the instance.LaunchSpecification.withRamdiskId(String ramdiskId) The ID of the RAM disk.LaunchSpecification.withSecurityGroups(String... securityGroups) One or more security group names.LaunchSpecification.withSecurityGroups(Collection<String> securityGroups) One or more security group names.LaunchSpecification.withSubnetId(String subnetId) The ID of the subnet in which to launch the instance.LaunchSpecification.withUserData(String userData) The Base64-encoded MIME user data to make available to the instances.Methods in com.amazonaws.services.ec2.model with parameters of type LaunchSpecificationModifier and TypeMethodDescriptionvoidRequestSpotInstancesRequest.setLaunchSpecification(LaunchSpecification launchSpecification) voidSpotInstanceRequest.setLaunchSpecification(LaunchSpecification launchSpecification) Additional information for launching instances.RequestSpotInstancesRequest.withLaunchSpecification(LaunchSpecification launchSpecification) SpotInstanceRequest.withLaunchSpecification(LaunchSpecification launchSpecification) Additional information for launching instances.