Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
IamInstanceProfile |
Instance.getIamInstanceProfile()
The IAM instance profile associated with the instance.
|
IamInstanceProfile |
IamInstanceProfile.withArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
IamInstanceProfile |
IamInstanceProfile.withId(String id)
The ID of the instance profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile associated with the instance.
|
Instance |
Instance.withIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile associated with the instance.
|
Copyright © 2014. All rights reserved.