Package org.jclouds.aws.ec2.domain
Class AWSRunningInstance.IAMInstanceProfile
- java.lang.Object
-
- org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile
-
- Enclosing class:
- AWSRunningInstance
public static class AWSRunningInstance.IAMInstanceProfile extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
forArnAndId
public static AWSRunningInstance.IAMInstanceProfile forArnAndId(String arn, String id)
-
getArn
public String getArn()
The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.
-
getId
public String getId()
The ID of the IAM Instance Profile ID (IIP) associated with the instance.
-
-