Uses of Class
com.amazonaws.services.ec2.model.IamInstanceProfileSpecification
-
Packages that use IamInstanceProfileSpecification Package Description com.amazonaws.services.ec2.model -
-
Uses of IamInstanceProfileSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IamInstanceProfileSpecification Modifier and Type Method Description IamInstanceProfileSpecification
IamInstanceProfileSpecification. clone()
IamInstanceProfileSpecification
LaunchSpecification. getIamInstanceProfile()
The IAM instance profile.IamInstanceProfileSpecification
RunInstancesRequest. getIamInstanceProfile()
The IAM instance profile.IamInstanceProfileSpecification
SpotFleetLaunchSpecification. 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 Modifier and Type Method Description void
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
LaunchSpecification. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.RunInstancesRequest
RunInstancesRequest. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
-