Uses of Enum
software.amazon.awscdk.services.ec2.alpha.AwsServiceName
Packages that use AwsServiceName
-
Uses of AwsServiceName in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return AwsServiceNameModifier and TypeMethodDescriptiondefault AwsServiceName
PoolOptions.getAwsService()
(experimental) Limits which service in AWS that the pool can be used in.final AwsServiceName
PoolOptions.Jsii$Proxy.getAwsService()
static AwsServiceName
Returns the enum constant of this type with the specified name.static AwsServiceName[]
AwsServiceName.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type AwsServiceNameModifier and TypeMethodDescriptionPoolOptions.Builder.awsService
(AwsServiceName awsService) Sets the value ofPoolOptions.getAwsService()