Uses of Enum
software.amazon.awssdk.services.apigateway.model.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return IpAddressTypeModifier and TypeMethodDescriptionstatic IpAddressTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpAddressTypeEndpointConfiguration.ipAddressType()The IP address types that can invoke an API (RestApi) or a DomainName.static IpAddressTypeReturns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type IpAddressTypeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type IpAddressTypeModifier and TypeMethodDescriptionEndpointConfiguration.Builder.ipAddressType(IpAddressType ipAddressType) The IP address types that can invoke an API (RestApi) or a DomainName.