Uses of Class
com.amazonaws.services.ec2.model.IamInstanceProfileSpecification
Packages that use IamInstanceProfileSpecification
-
Uses of IamInstanceProfileSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IamInstanceProfileSpecificationModifier and TypeMethodDescriptionIamInstanceProfileSpecification.clone()LaunchSpecification.getIamInstanceProfile()The IAM instance profile.RunInstancesRequest.getIamInstanceProfile()The IAM instance profile.SpotFleetLaunchSpecification.getIamInstanceProfile()The IAM instance profile.The Amazon Resource Name (ARN) of the instance profile.The name of the instance profile.Methods in com.amazonaws.services.ec2.model with parameters of type IamInstanceProfileSpecificationModifier and TypeMethodDescriptionvoidLaunchSpecification.setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.voidRunInstancesRequest.setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.voidSpotFleetLaunchSpecification.setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.LaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.RunInstancesRequest.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.SpotFleetLaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.