Uses of Class
org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile

Packages that use AWSRunningInstance.IAMInstanceProfile
org.jclouds.aws.ec2.domain   
 

Uses of AWSRunningInstance.IAMInstanceProfile in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return AWSRunningInstance.IAMInstanceProfile
static AWSRunningInstance.IAMInstanceProfile AWSRunningInstance.IAMInstanceProfile.forArnAndId(String arn, String id)
           
 

Methods in org.jclouds.aws.ec2.domain that return types with arguments of type AWSRunningInstance.IAMInstanceProfile
 com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile> AWSRunningInstance.getIAMInstanceProfile()
          The IAM Instance Profile (IIP) associated with the instance.
 

Constructor parameters in org.jclouds.aws.ec2.domain with type arguments of type AWSRunningInstance.IAMInstanceProfile
AWSRunningInstance(String region, Map<String,String> securityGroupIdToNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, org.jclouds.ec2.domain.InstanceState instanceState, String rawState, String instanceType, String ipAddress, String kernelId, String keyName, Date launchTime, String availabilityZone, String virtualizationType, String platform, String privateDnsName, String privateIpAddress, String ramdiskId, String reason, org.jclouds.ec2.domain.RootDeviceType rootDeviceType, String rootDeviceName, Map<String,org.jclouds.ec2.domain.BlockDevice> ebsBlockDevices, MonitoringState monitoringState, String placementGroup, Iterable<String> productCodes, String subnetId, String spotInstanceRequestId, String vpcId, org.jclouds.ec2.domain.Hypervisor hypervisor, Map<String,String> tags, com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile> iamInstanceProfile)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.