Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest
- 
Packages that use LaunchSpecification.IAMInstanceProfileRequest Package Description org.jclouds.aws.ec2.domain  - 
- 
Uses of LaunchSpecification.IAMInstanceProfileRequest in org.jclouds.aws.ec2.domain
Fields in org.jclouds.aws.ec2.domain with type parameters of type LaunchSpecification.IAMInstanceProfileRequest Modifier and Type Field Description protected com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest>LaunchSpecification. iamInstanceProfileMethods in org.jclouds.aws.ec2.domain that return LaunchSpecification.IAMInstanceProfileRequest Modifier and Type Method Description static LaunchSpecification.IAMInstanceProfileRequestLaunchSpecification.IAMInstanceProfileRequest. forArn(String arn)static LaunchSpecification.IAMInstanceProfileRequestLaunchSpecification.IAMInstanceProfileRequest. forArnAndName(String arn, String name)static LaunchSpecification.IAMInstanceProfileRequestLaunchSpecification.IAMInstanceProfileRequest. forName(String name)Methods in org.jclouds.aws.ec2.domain that return types with arguments of type LaunchSpecification.IAMInstanceProfileRequest Modifier and Type Method Description com.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.IAMInstanceProfileRequest Constructor Description LaunchSpecification(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) 
 -