Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduledInstancesLaunchSpecification |
RunScheduledInstancesRequest.launchSpecification
The launch specification.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.clone() |
ScheduledInstancesLaunchSpecification |
RunScheduledInstancesRequest.getLaunchSpecification()
The launch specification.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withBlockDeviceMappings(java.util.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(java.lang.Boolean ebsOptimized)
Indicates whether the instances are optimized for EBS I/O.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withIamInstanceProfile(ScheduledInstancesIamInstanceProfile iamInstanceProfile)
The IAM instance profile.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withImageId(java.lang.String imageId)
The ID of the Amazon Machine Image (AMI).
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withInstanceType(java.lang.String instanceType)
The instance type.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withKernelId(java.lang.String kernelId)
The ID of the kernel.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withKeyName(java.lang.String keyName)
The name of the key pair.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withMonitoring(ScheduledInstancesMonitoring monitoring)
Enable or disable monitoring for the instances.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withNetworkInterfaces(java.util.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(java.lang.String ramdiskId)
The ID of the RAM disk.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withSecurityGroupIds(java.util.Collection<java.lang.String> securityGroupIds)
The IDs of one or more security groups.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withSecurityGroupIds(java.lang.String... securityGroupIds)
The IDs of one or more security groups.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withSubnetId(java.lang.String subnetId)
The ID of the subnet in which to launch the instances.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withUserData(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |