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 booleanequals(Object obj)static AWSRunningInstance.IAMInstanceProfileforArnAndId(String arn, String id)StringgetArn()The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.StringgetId()The ID of the IAM Instance Profile ID (IIP) associated with the instance.inthashCode()StringtoString()
-
-
-
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.
-
-