| Package | Description | 
|---|---|
| org.jclouds.aws.ec2.compute | |
| org.jclouds.aws.ec2.domain | |
| org.jclouds.aws.ec2.options | |
| org.jclouds.ec2.features | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
AWSEC2TemplateOptions.getIAMInstanceProfileArn()
The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance. 
 | 
String | 
AWSEC2TemplateOptions.getIAMInstanceProfileName()
The name of the IAM Instance Profile (IIP) to associate with the instance. 
 | 
AWSEC2TemplateOptions | 
AWSEC2TemplateOptions.iamInstanceProfileArn(String arn)  | 
static AWSEC2TemplateOptions | 
AWSEC2TemplateOptions.Builder.iamInstanceProfileArn(String arn)  | 
AWSEC2TemplateOptions | 
AWSEC2TemplateOptions.iamInstanceProfileName(String name)  | 
static AWSEC2TemplateOptions | 
AWSEC2TemplateOptions.Builder.iamInstanceProfileName(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LaunchSpecification.IAMInstanceProfileRequest  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> | 
LaunchSpecification.getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance. 
 | 
com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile> | 
AWSRunningInstance.getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AWSRunInstancesOptions | 
AWSRunInstancesOptions.withIAMInstanceProfileArn(String arn)
Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instances. 
 | 
AWSRunInstancesOptions | 
AWSRunInstancesOptions.withIAMInstanceProfileName(String name)
The name of the IAM Instance Profile (IIP) to associate with the instances. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SubnetApi
To help you manage your Amazon EC2 instances, images, and other Amazon EC2 resources, you can assign your own
 metadata to each resource in the form of tags. 
 | 
interface  | 
SubnetAsyncApi
Provides access to Amazon EC2 via the Query API
  
 | 
interface  | 
TagApi
To help you manage your Amazon EC2 instances, images, and other Amazon EC2
 resources, you can assign your own metadata to each resource in the form of
 tags. 
 | 
interface  | 
TagAsyncApi
Provides access to Amazon EC2 via the Query API
  
 | 
interface  | 
WindowsApi
Provides access to EC2 Windows Features via the Query API
  
 | 
interface  | 
WindowsAsyncApi
Provides access to EC2 Windows Features via the Query API
  
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.