Uses of Class
org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile
-
Packages that use AWSRunningInstance.IAMInstanceProfile Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description AWSRunningInstance(String region, Map<String,String> securityGroupIdToNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, 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, RootDeviceType rootDeviceType, String rootDeviceName, Map<String,BlockDevice> ebsBlockDevices, MonitoringState monitoringState, String placementGroup, Iterable<String> productCodes, String subnetId, String spotInstanceRequestId, String vpcId, Hypervisor hypervisor, Map<String,String> tags, com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile> iamInstanceProfile)
-