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