Uses of Class
org.jclouds.rest.annotations.SinceApiVersion
-
-
Uses of SinceApiVersion in org.jclouds.aws.ec2.compute
Methods in org.jclouds.aws.ec2.compute with annotations of type SinceApiVersion Modifier and Type Method 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.static AWSEC2TemplateOptions
AWSEC2TemplateOptions.Builder. iamInstanceProfileArn(String arn)
AWSEC2TemplateOptions
AWSEC2TemplateOptions. iamInstanceProfileArn(String arn)
static AWSEC2TemplateOptions
AWSEC2TemplateOptions.Builder. iamInstanceProfileName(String name)
AWSEC2TemplateOptions
AWSEC2TemplateOptions. iamInstanceProfileName(String name)
-
Uses of SinceApiVersion in org.jclouds.aws.ec2.domain
Classes in org.jclouds.aws.ec2.domain with annotations of type SinceApiVersion Modifier and Type Class Description static class
LaunchSpecification.IAMInstanceProfileRequest
Methods in org.jclouds.aws.ec2.domain with annotations of type SinceApiVersion Modifier and Type Method Description com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile>
AWSRunningInstance. getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance.com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest>
LaunchSpecification. getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance. -
Uses of SinceApiVersion in org.jclouds.aws.ec2.features
Classes in org.jclouds.aws.ec2.features with annotations of type SinceApiVersion Modifier and Type Interface Description interface
AWSSubnetApi
Provides access to Amazon EC2 via the Query API -
Uses of SinceApiVersion in org.jclouds.aws.ec2.options
Classes in org.jclouds.aws.ec2.options with annotations of type SinceApiVersion Modifier and Type Class Description class
ModifySubnetAttributeOptions
Contains options supported in the Form API for the ModifySubnetAttribute operation.Methods in org.jclouds.aws.ec2.options with annotations of type SinceApiVersion Modifier and Type Method 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. -
Uses of SinceApiVersion in org.jclouds.chef
Methods in org.jclouds.chef with annotations of type SinceApiVersion Modifier and Type Method Description void
ChefApi. createEnvironment(Environment environment)
Creates a new environment.Environment
ChefApi. deleteEnvironment(String environmentName)
Deletes the given environment.CookbookDefinition
ChefApi. getCookbookInEnvironment(String environmentName, String cookbookName)
Gets the definition of the cookbook in the given environment.CookbookDefinition
ChefApi. getCookbookInEnvironment(String environmentName, String cookbookName, String numVersions)
Gets the definition of the cookbook in the given environment.Environment
ChefApi. getEnvironment(String environmentName)
Gets the details of an existing environment.Set<CookbookDefinition>
ChefApi. listCookbooksInEnvironment(String environmentName)
Lists the cookbooks that are available in the given environment.Set<CookbookDefinition>
ChefApi. listCookbooksInEnvironment(String environmentName, String numVersions)
Lists the cookbooks that are available in the given environment, limiting the number of versions returned for each cookbook.Set<String>
ChefApi. listEnvironments()
Lists the names of the existing environments.Iterable<? extends Environment>
ChefService. listEnvironments()
Lists the details of all existing environments.Set<String>
ChefApi. listNodesInEnvironment(String environmentName)
Lists the names of the nodes in the given environment.Iterable<? extends Node>
ChefService. listNodesInEnvironment(String environmentName)
Lists the details of all existing nodes in the given environment.Iterable<? extends Node>
ChefService. listNodesInEnvironment(String environmentName, ExecutorService executorService)
Lists the details of all existing nodes in the given environment, using the ExecutorService to paralleling the execution.Set<String>
ChefApi. listRecipesInEnvironment(String environmentName)
Lists the names of the recipes in the given environment.SearchResult<? extends Environment>
ChefApi. searchEnvironments()
Searches all environments.SearchResult<? extends Environment>
ChefApi. searchEnvironments(SearchOptions options)
Searches all environments that match the given options.Environment
ChefApi. updateEnvironment(Environment environment)
Updates the given environment. -
Uses of SinceApiVersion in org.jclouds.chef.features
Classes in org.jclouds.chef.features with annotations of type SinceApiVersion Modifier and Type Interface Description interface
OrganizationApi
Provides synchronous access to the Enterprise Chef Api. -
Uses of SinceApiVersion in org.jclouds.ec2.features
Classes in org.jclouds.ec2.features with annotations of type SinceApiVersion Modifier and Type Interface Description interface
SubnetApi
Provides access to Amazon EC2 via the Query APIinterface
TagApi
Provides access to Amazon EC2 via the Query APIinterface
WindowsApi
Provides access to EC2 Windows Features via the Query APIMethods in org.jclouds.ec2.features with annotations of type SinceApiVersion Modifier and Type Method 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. -
Uses of SinceApiVersion in org.jclouds.openstack.keystone.config
Fields in org.jclouds.openstack.keystone.config with annotations of type SinceApiVersion Modifier and Type Field Description static String
KeystoneProperties. SCOPE
set this property to specify for scoped authentication.
-