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 IamInstanceProfileIamInstanceProfile. clone()IamInstanceProfileInstance. getIamInstanceProfile()The IAM instance profile associated with the instance, if applicable.IamInstanceProfileIamInstanceProfile. withArn(String arn)The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfileIamInstanceProfile. 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 voidInstance. setIamInstanceProfile(IamInstanceProfile iamInstanceProfile)The IAM instance profile associated with the instance, if applicable.InstanceInstance. withIamInstanceProfile(IamInstanceProfile iamInstanceProfile)The IAM instance profile associated with the instance, if applicable.
-