Uses of Class
com.amazonaws.services.ec2.model.IamInstanceProfileSpecification

Packages that use IamInstanceProfileSpecification
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of IamInstanceProfileSpecification in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return IamInstanceProfileSpecification
 IamInstanceProfileSpecification RunInstancesRequest.getIamInstanceProfile()
          The IAM instance profile.
 IamInstanceProfileSpecification LaunchSpecification.getIamInstanceProfile()
          The IAM instance profile.
 IamInstanceProfileSpecification IamInstanceProfileSpecification.withArn(String arn)
          The Amazon Resource Name (ARN) of the instance profile.
 IamInstanceProfileSpecification IamInstanceProfileSpecification.withName(String name)
          The name of the instance profile.
 

Methods in com.amazonaws.services.ec2.model with parameters of type IamInstanceProfileSpecification
 void RunInstancesRequest.setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
          The IAM instance profile.
 void LaunchSpecification.setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
          The IAM instance profile.
 RunInstancesRequest RunInstancesRequest.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
          The IAM instance profile.
 LaunchSpecification LaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
          The IAM instance profile.
 



Copyright © 2016. All rights reserved.