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

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

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

Methods in com.amazonaws.services.ec2.model that return Instance
 Instance Instance.withAmiLaunchIndex(Integer amiLaunchIndex)
          The AMI launch index, which can be used to find this instance within the launch group.
 Instance Instance.withArchitecture(String architecture)
          The architecture of this instance.
 Instance Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
          Block device mapping set.
 Instance Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
          Block device mapping set.
 Instance Instance.withImageId(String imageId)
          Image ID of the AMI used to launch the instance.
 Instance Instance.withInstanceId(String instanceId)
          Unique ID of the instance launched.
 Instance Instance.withInstanceLifecycle(String instanceLifecycle)
           Returns a reference to this object so that method calls can be chained together.
 Instance Instance.withInstanceType(String instanceType)
          The instance type.
 Instance Instance.withKernelId(String kernelId)
          Kernel associated with this instance.
 Instance Instance.withKeyName(String keyName)
          If this instance was launched with an associated key pair, this displays the key pair name.
 Instance Instance.withLaunchTime(Date launchTime)
          The time this instance launched.
 Instance Instance.withMonitoring(Monitoring monitoring)
          Monitoring status for this instance.
 Instance Instance.withPlacement(Placement placement)
          The location where this instance launched.
 Instance Instance.withPlatform(String platform)
          Platform of the instance (e.g., Windows).
 Instance Instance.withPrivateDnsName(String privateDnsName)
          The private DNS name assigned to the instance.
 Instance Instance.withPrivateIpAddress(String privateIpAddress)
          Specifies the private IP address that is assigned to the instance (Amazon VPC).
 Instance Instance.withProductCodes(Collection<ProductCode> productCodes)
          Product codes attached to this instance.
 Instance Instance.withProductCodes(ProductCode... productCodes)
          Product codes attached to this instance.
 Instance Instance.withPublicDnsName(String publicDnsName)
          The public DNS name assigned to the instance.
 Instance Instance.withPublicIpAddress(String publicIpAddress)
          Specifies the IP address of the instance.
 Instance Instance.withRamdiskId(String ramdiskId)
          RAM disk associated with this instance.
 Instance Instance.withRootDeviceName(String rootDeviceName)
          The root device name (e.g., /dev/sda1).
 Instance Instance.withRootDeviceType(String rootDeviceType)
          The root device type used by the AMI.
 Instance Instance.withSpotInstanceRequestId(String spotInstanceRequestId)
           Returns a reference to this object so that method calls can be chained together.
 Instance Instance.withState(InstanceState state)
          The current state of the instance.
 Instance Instance.withStateReason(StateReason stateReason)
          The reason for the state change.
 Instance Instance.withStateTransitionReason(String stateTransitionReason)
          Reason for the most recent state transition.
 Instance Instance.withSubnetId(String subnetId)
          Specifies the Amazon VPC subnet ID in which the instance is running.
 Instance Instance.withVpcId(String vpcId)
          Specifies the Amazon VPC in which the instance is running.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Instance
 List<Instance> Reservation.getInstances()
          The list of Amazon EC2 instances included in this reservation.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Instance
 Reservation Reservation.withInstances(Instance... instances)
          The list of Amazon EC2 instances included in this reservation.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Instance
 void Reservation.setInstances(Collection<Instance> instances)
          The list of Amazon EC2 instances included in this reservation.
 Reservation Reservation.withInstances(Collection<Instance> instances)
          The list of Amazon EC2 instances included in this reservation.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.