Uses of Class
com.amazonaws.services.ec2.model.IamInstanceProfile
-
Packages that use IamInstanceProfile Package Description com.amazonaws.services.ec2.model -
-
Uses of IamInstanceProfile in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IamInstanceProfile Modifier and Type Method Description IamInstanceProfile
IamInstanceProfile. clone()
IamInstanceProfile
Instance. getIamInstanceProfile()
The IAM instance profile associated with the instance, if applicable.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.Methods in com.amazonaws.services.ec2.model with parameters of type IamInstanceProfile Modifier and Type Method 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.
-