Uses of Class
com.amazonaws.services.ec2.model.ImportInstanceLaunchSpecification

Packages that use ImportInstanceLaunchSpecification
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of ImportInstanceLaunchSpecification in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return ImportInstanceLaunchSpecification
 ImportInstanceLaunchSpecification ImportInstanceRequest.getLaunchSpecification()
          

 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withAdditionalInfo(String additionalInfo)
           Returns a reference to this object so that method calls can be chained together.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture)
          The architecture of the instance.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withArchitecture(String architecture)
          The architecture of the instance.
 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)
           Returns a reference to this object so that method calls can be chained together.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withPlacement(Placement placement)
           Returns a reference to this object so that method calls can be chained together.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withPrivateIpAddress(String privateIpAddress)
          [EC2-VPC] Optionally, you can use this parameter to assign the instance a specific available IP address from the IP address range of the subnet.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withSubnetId(String subnetId)
          [EC2-VPC] The ID of the subnet to launch the instance into.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withUserData(String userData)
          User data to be made available to the instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type ImportInstanceLaunchSpecification
 void ImportInstanceRequest.setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
          

 ImportInstanceRequest ImportInstanceRequest.withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
          

 



Copyright © 2016. All rights reserved.