Uses of Class
org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile
Packages that use AWSRunningInstance.IAMInstanceProfile
-
Uses of AWSRunningInstance.IAMInstanceProfile in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return AWSRunningInstance.IAMInstanceProfileModifier and TypeMethodDescriptionAWSRunningInstance.IAMInstanceProfile.forArnAndId
(String arn, String id) Methods in org.jclouds.aws.ec2.domain that return types with arguments of type AWSRunningInstance.IAMInstanceProfileModifier and TypeMethodDescriptioncom.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.IAMInstanceProfileModifierConstructorDescriptionprotected
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)