Uses of Enum Class
org.jclouds.aws.ec2.options.Tenancy
Packages that use Tenancy
-
Uses of Tenancy in org.jclouds.aws.ec2.compute
Methods in org.jclouds.aws.ec2.compute that return TenancyMethods in org.jclouds.aws.ec2.compute with parameters of type TenancyModifier and TypeMethodDescriptionstatic AWSEC2TemplateOptions
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 TenancyModifier and TypeMethodDescriptionstatic Tenancy
Returns the enum constant of this class with the specified name.static Tenancy[]
Tenancy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.aws.ec2.options with parameters of type TenancyModifier and TypeMethodDescriptionstatic AWSRunInstancesOptions
AWSRunInstancesOptions.Builder.withTenancy
(Tenancy tenancy) AWSRunInstancesOptions.withTenancy
(Tenancy tenancy) Specifies the tenancy of the instance within which to launch the instance(s).