Uses of Enum
software.amazon.awssdk.services.apigateway.model.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointTypeReturns the enum constant of this type with the specified name.static EndpointType[]EndpointType.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 EndpointTypeModifier and TypeMethodDescriptionstatic Set<EndpointType>EndpointType.knownValues()final List<EndpointType>EndpointConfiguration.types()A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).Methods in software.amazon.awssdk.services.apigateway.model with parameters of type EndpointTypeModifier and TypeMethodDescriptionEndpointConfiguration.Builder.types(EndpointType... types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type EndpointTypeModifier and TypeMethodDescriptionEndpointConfiguration.Builder.types(Collection<EndpointType> types) A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).