Uses of Enum
software.amazon.awscdk.services.ec2.DefaultInstanceTenancy
Packages that use DefaultInstanceTenancy
-
Uses of DefaultInstanceTenancy in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return DefaultInstanceTenancyModifier and TypeMethodDescriptiondefault DefaultInstanceTenancyVpcProps.getDefaultInstanceTenancy()The default tenancy of instances launched into the VPC.final DefaultInstanceTenancyVpcProps.Jsii$Proxy.getDefaultInstanceTenancy()static DefaultInstanceTenancyReturns the enum constant of this type with the specified name.static DefaultInstanceTenancy[]DefaultInstanceTenancy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type DefaultInstanceTenancyModifier and TypeMethodDescriptionVpc.Builder.defaultInstanceTenancy(DefaultInstanceTenancy defaultInstanceTenancy) The default tenancy of instances launched into the VPC.VpcProps.Builder.defaultInstanceTenancy(DefaultInstanceTenancy defaultInstanceTenancy) Sets the value ofVpcProps.getDefaultInstanceTenancy()