Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.clone() |
ImportInstanceLaunchSpecification |
ImportInstanceRequest.getLaunchSpecification()
The launch specification.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withAdditionalInfo(String additionalInfo)
Reserved.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(String architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(Collection<String> groupIds)
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(String... groupIds)
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(Collection<String> groupNames)
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(String... groupNames)
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceInitiatedShutdownBehavior(String instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceType(String instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withMonitoring(Boolean monitoring)
Indicates whether monitoring is enabled.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
The placement information for the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPrivateIpAddress(String privateIpAddress)
[EC2-VPC] An available IP address from the IP address range of the subnet.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withSubnetId(String subnetId)
[EC2-VPC] The ID of the subnet in which to launch the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withUserData(UserData userData)
The user data to make available to the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportInstanceRequest.setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
The launch specification.
|
ImportInstanceRequest |
ImportInstanceRequest.withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
The launch specification.
|
Copyright © 2017. All rights reserved.