Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IamInstanceProfile |
Instance.iamInstanceProfile
The IAM instance profile associated with the instance, if applicable.
|
Modifier and Type | Method and Description |
---|---|
IamInstanceProfile |
IamInstanceProfile.clone() |
IamInstanceProfile |
Instance.getIamInstanceProfile()
The IAM instance profile associated with the instance, if applicable.
|
IamInstanceProfile |
IamInstanceProfile.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
IamInstanceProfile |
IamInstanceProfile.withId(java.lang.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, if applicable.
|
Instance |
Instance.withIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile associated with the instance, if applicable.
|
Modifier and Type | Method and Description |
---|---|
IamInstanceProfile |
IamInstanceProfileStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |