public static class AWSRunningInstance.IAMInstanceProfile extends Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static AWSRunningInstance.IAMInstanceProfile | 
forArnAndId(String arn,
           String id)  | 
String | 
getArn()
The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance. 
 | 
String | 
getId()
The ID of the IAM Instance Profile ID (IIP) associated with the instance. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public static AWSRunningInstance.IAMInstanceProfile forArnAndId(String arn, String id)
public String getArn()
public String getId()
Copyright © 2009-2013 jclouds. All Rights Reserved.