Uses of Class
com.amazonaws.services.ec2.model.IamInstanceProfile
Packages that use IamInstanceProfile
-
Uses of IamInstanceProfile in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IamInstanceProfileModifier and TypeMethodDescriptionIamInstanceProfile.clone()
Instance.getIamInstanceProfile()
The IAM instance profile associated with the instance, if applicable.The Amazon Resource Name (ARN) of the instance profile.The ID of the instance profile.Methods in com.amazonaws.services.ec2.model with parameters of type IamInstanceProfileModifier and TypeMethodDescriptionvoid
Instance.setIamInstanceProfile
(IamInstanceProfile iamInstanceProfile) The IAM instance profile associated with the instance, if applicable.Instance.withIamInstanceProfile
(IamInstanceProfile iamInstanceProfile) The IAM instance profile associated with the instance, if applicable.