Uses of Class
com.amazonaws.services.ec2.model.ImportInstanceLaunchSpecification
Packages that use ImportInstanceLaunchSpecification
-
Uses of ImportInstanceLaunchSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportInstanceLaunchSpecificationModifier and TypeMethodDescriptionImportInstanceLaunchSpecification.clone()ImportInstanceRequest.getLaunchSpecification()The launch specification.ImportInstanceLaunchSpecification.withAdditionalInfo(String additionalInfo) Reserved.ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture) The architecture of the instance.ImportInstanceLaunchSpecification.withArchitecture(String architecture) The architecture of the instance.ImportInstanceLaunchSpecification.withGroupIds(String... groupIds) One or more security group IDs.ImportInstanceLaunchSpecification.withGroupIds(Collection<String> groupIds) One or more security group IDs.ImportInstanceLaunchSpecification.withGroupNames(String... groupNames) One or more security group names.ImportInstanceLaunchSpecification.withGroupNames(Collection<String> groupNames) One or more security group names.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.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.withInstanceType(InstanceType instanceType) The instance type.ImportInstanceLaunchSpecification.withInstanceType(String instanceType) The instance type.ImportInstanceLaunchSpecification.withMonitoring(Boolean monitoring) Indicates whether monitoring is enabled.ImportInstanceLaunchSpecification.withPlacement(Placement placement) The placement information for the instance.ImportInstanceLaunchSpecification.withPrivateIpAddress(String privateIpAddress) [EC2-VPC] An available IP address from the IP address range of the subnet.ImportInstanceLaunchSpecification.withSubnetId(String subnetId) [EC2-VPC] The ID of the subnet in which to launch the instance.ImportInstanceLaunchSpecification.withUserData(UserData userData) The Base64-encoded MIME user data to be made available to the instance.Methods in com.amazonaws.services.ec2.model with parameters of type ImportInstanceLaunchSpecificationModifier and TypeMethodDescriptionvoidImportInstanceRequest.setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification) The launch specification.ImportInstanceRequest.withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification) The launch specification.