Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamPoolPublicIpSource
Packages that use IpamPoolPublicIpSource
-
Uses of IpamPoolPublicIpSource in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolPublicIpSourceModifier and TypeMethodDescriptionstatic IpamPoolPublicIpSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpamPoolPublicIpSourceCreateIpamPoolRequest.publicIpSource()The IP address source for pools in the public scope.final IpamPoolPublicIpSourceIpamPool.publicIpSource()The IP address source for pools in the public scope.static IpamPoolPublicIpSourceReturns the enum constant of this type with the specified name.static IpamPoolPublicIpSource[]IpamPoolPublicIpSource.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 IpamPoolPublicIpSourceModifier and TypeMethodDescriptionstatic Set<IpamPoolPublicIpSource>IpamPoolPublicIpSource.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPoolPublicIpSourceModifier and TypeMethodDescriptionCreateIpamPoolRequest.Builder.publicIpSource(IpamPoolPublicIpSource publicIpSource) The IP address source for pools in the public scope.IpamPool.Builder.publicIpSource(IpamPoolPublicIpSource publicIpSource) The IP address source for pools in the public scope.