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
Provides access to Amazon EC2 via the Query API
|
interface |
TagApi
Provides access to Amazon EC2 via the Query API
|
interface |
WindowsApi
Provides access to EC2 Windows Features via the Query API
|
Modifier and Type | Method and Description |
---|---|
Set<PublicIpInstanceIdPair> |
ElasticIPAddressApi.describeAddressesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Lists elastic IP addresses assigned to your identity or provides information on addresses
matching a given filter.
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceApi.describeInstancesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about instances that you own.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.