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