Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamScopeType
Packages that use IpamScopeType
-
Uses of IpamScopeType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamScopeTypeModifier and TypeMethodDescriptionstatic IpamScopeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpamScopeTypeIpamPool.ipamScopeType()In IPAM, a scope is the highest-level container within IPAM.final IpamScopeTypeIpamScope.ipamScopeType()The type of the scope.static IpamScopeTypeReturns the enum constant of this type with the specified name.static IpamScopeType[]IpamScopeType.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 IpamScopeTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type IpamScopeTypeModifier and TypeMethodDescriptionIpamPool.Builder.ipamScopeType(IpamScopeType ipamScopeType) In IPAM, a scope is the highest-level container within IPAM.IpamScope.Builder.ipamScopeType(IpamScopeType ipamScopeType) The type of the scope.