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 IamInstanceProfileSpecificationIamInstanceProfileSpecification. clone()IamInstanceProfileSpecificationLaunchSpecification. getIamInstanceProfile()The IAM instance profile.IamInstanceProfileSpecificationRunInstancesRequest. getIamInstanceProfile()The IAM instance profile.IamInstanceProfileSpecificationSpotFleetLaunchSpecification. getIamInstanceProfile()The IAM instance profile.IamInstanceProfileSpecificationIamInstanceProfileSpecification. withArn(String arn)The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfileSpecificationIamInstanceProfileSpecification. 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 voidLaunchSpecification. setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.voidRunInstancesRequest. setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.voidSpotFleetLaunchSpecification. setIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.LaunchSpecificationLaunchSpecification. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.RunInstancesRequestRunInstancesRequest. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)The IAM instance profile.
-