Uses of Class
org.jclouds.aws.ec2.options.Tenancy
- 
Packages that use Tenancy Package Description org.jclouds.aws.ec2.compute org.jclouds.aws.ec2.options  - 
- 
Uses of Tenancy in org.jclouds.aws.ec2.compute
Methods in org.jclouds.aws.ec2.compute that return Tenancy Modifier and Type Method Description TenancyAWSEC2TemplateOptions. getTenancy()Methods in org.jclouds.aws.ec2.compute with parameters of type Tenancy Modifier and Type Method Description static AWSEC2TemplateOptionsAWSEC2TemplateOptions.Builder. tenancy(Tenancy tenancy)AWSEC2TemplateOptionsAWSEC2TemplateOptions. tenancy(Tenancy tenancy)Specifies the tenancy used to run instances with - 
Uses of Tenancy in org.jclouds.aws.ec2.options
Methods in org.jclouds.aws.ec2.options that return Tenancy Modifier and Type Method Description static TenancyTenancy. valueOf(String name)Returns the enum constant of this type with the specified name.static Tenancy[]Tenancy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.aws.ec2.options with parameters of type Tenancy Modifier and Type Method Description static AWSRunInstancesOptionsAWSRunInstancesOptions.Builder. withTenancy(Tenancy tenancy)AWSRunInstancesOptionsAWSRunInstancesOptions. withTenancy(Tenancy tenancy)Specifies the tenancy of the instance within which to launch the instance(s). 
 -