Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest
Packages that use LaunchSpecification.IAMInstanceProfileRequest
-
Uses of LaunchSpecification.IAMInstanceProfileRequest in org.jclouds.aws.ec2.domain
Fields in org.jclouds.aws.ec2.domain with type parameters of type LaunchSpecification.IAMInstanceProfileRequestModifier and TypeFieldDescriptionprotected final com.google.common.base.Optional
<LaunchSpecification.IAMInstanceProfileRequest> LaunchSpecification.iamInstanceProfile
Methods in org.jclouds.aws.ec2.domain that return LaunchSpecification.IAMInstanceProfileRequestModifier and TypeMethodDescriptionLaunchSpecification.IAMInstanceProfileRequest.forArnAndName
(String arn, String name) Methods in org.jclouds.aws.ec2.domain that return types with arguments of type LaunchSpecification.IAMInstanceProfileRequestModifier and TypeMethodDescriptioncom.google.common.base.Optional
<LaunchSpecification.IAMInstanceProfileRequest> LaunchSpecification.getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance.Constructor parameters in org.jclouds.aws.ec2.domain with type arguments of type LaunchSpecification.IAMInstanceProfileRequestModifierConstructorDescriptionLaunchSpecification
(String instanceType, String imageId, String kernelId, String ramdiskId, String availabilityZone, String subnetId, String keyName, Map<String, String> securityGroupIdToNames, Iterable<? extends BlockDeviceMapping> blockDeviceMappings, Boolean monitoringEnabled, Set<String> securityGroupIds, Set<String> securityGroupNames, byte[] userData, com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> iamInstanceProfile)