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 TypeMethodDescriptionvoid
LaunchSpecification.setIamInstanceProfile
(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.void
RunInstancesRequest.setIamInstanceProfile
(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.void
SpotFleetLaunchSpecification.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.