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 Tenancy
AWSEC2TemplateOptions. getTenancy()
Methods in org.jclouds.aws.ec2.compute with parameters of type Tenancy Modifier and Type Method Description static AWSEC2TemplateOptions
AWSEC2TemplateOptions.Builder. tenancy(Tenancy tenancy)
AWSEC2TemplateOptions
AWSEC2TemplateOptions. 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 Tenancy
Tenancy. 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 AWSRunInstancesOptions
AWSRunInstancesOptions.Builder. withTenancy(Tenancy tenancy)
AWSRunInstancesOptions
AWSRunInstancesOptions. withTenancy(Tenancy tenancy)
Specifies the tenancy of the instance within which to launch the instance(s).
-