Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamPoolAwsService
Packages that use IpamPoolAwsService
-
Uses of IpamPoolAwsService in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolAwsServiceModifier and TypeMethodDescriptionfinal IpamPoolAwsServiceCreateIpamPoolRequest.awsService()Limits which service in Amazon Web Services that the pool can be used in.final IpamPoolAwsServiceIpamPool.awsService()Limits which service in Amazon Web Services that the pool can be used in.static IpamPoolAwsServiceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static IpamPoolAwsServiceReturns the enum constant of this type with the specified name.static IpamPoolAwsService[]IpamPoolAwsService.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolAwsServiceModifier and TypeMethodDescriptionstatic Set<IpamPoolAwsService>IpamPoolAwsService.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPoolAwsServiceModifier and TypeMethodDescriptionCreateIpamPoolRequest.Builder.awsService(IpamPoolAwsService awsService) Limits which service in Amazon Web Services that the pool can be used in.IpamPool.Builder.awsService(IpamPoolAwsService awsService) Limits which service in Amazon Web Services that the pool can be used in.