Uses of Class
software.amazon.awssdk.services.ec2.model.IamInstanceProfile
Packages that use IamInstanceProfile
-
Uses of IamInstanceProfile in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileModifier and TypeMethodDescriptionfinal IamInstanceProfileIamInstanceProfileAssociation.iamInstanceProfile()The IAM instance profile.final IamInstanceProfileInstance.iamInstanceProfile()The IAM instance profile associated with the instance, if applicable.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IamInstanceProfileModifier and TypeMethodDescriptionIamInstanceProfileAssociation.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile) The IAM instance profile.Instance.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile) The IAM instance profile associated with the instance, if applicable.