Uses of Class
software.amazon.awssdk.services.ec2.model.IamInstanceProfile
-
Packages that use IamInstanceProfile Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IamInstanceProfile in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfile Modifier and Type Method Description IamInstanceProfileIamInstanceProfileAssociation. iamInstanceProfile()The IAM instance profile.IamInstanceProfileInstance. iamInstanceProfile()The IAM instance profile associated with the instance, if applicable.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IamInstanceProfile Modifier and Type Method Description IamInstanceProfileAssociation.BuilderIamInstanceProfileAssociation.Builder. iamInstanceProfile(IamInstanceProfile iamInstanceProfile)The IAM instance profile.Instance.BuilderInstance.Builder. iamInstanceProfile(IamInstanceProfile iamInstanceProfile)The IAM instance profile associated with the instance, if applicable.
-