Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest

Packages that use LaunchSpecification.IAMInstanceProfileRequest
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
protected  com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> LaunchSpecification.iamInstanceProfile
           
 

Methods in org.jclouds.aws.ec2.domain that return LaunchSpecification.IAMInstanceProfileRequest
static LaunchSpecification.IAMInstanceProfileRequest LaunchSpecification.IAMInstanceProfileRequest.forArn(String arn)
           
static LaunchSpecification.IAMInstanceProfileRequest LaunchSpecification.IAMInstanceProfileRequest.forArnAndName(String arn, String name)
           
static LaunchSpecification.IAMInstanceProfileRequest LaunchSpecification.IAMInstanceProfileRequest.forName(String name)
           
 

Methods in org.jclouds.aws.ec2.domain that return types with arguments of type LaunchSpecification.IAMInstanceProfileRequest
 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
LaunchSpecification(String instanceType, String imageId, String kernelId, String ramdiskId, String availabilityZone, String subnetId, String keyName, Map<String,String> securityGroupIdToNames, Iterable<? extends org.jclouds.ec2.domain.BlockDeviceMapping> blockDeviceMappings, Boolean monitoringEnabled, Set<String> securityGroupIds, Set<String> securityGroupNames, byte[] userData, com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> iamInstanceProfile)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.