Uses of Class
com.ngrok.definitions.EndpointResponseHeaders
Packages that use EndpointResponseHeaders
-
Uses of EndpointResponseHeaders in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointResponseHeaders.Builder.build()Constructs theEndpointResponseHeadersinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointConfiguration.getResponseHeaders()response headers module configuration ornull -
Uses of EndpointResponseHeaders in com.ngrok.services
Methods in com.ngrok.services that return EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointResponseHeadersModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EndpointResponseHeadersModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointResponseHeadersModule.GetCallBuilder.call()Initiates the API call asynchronously.EndpointResponseHeadersModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointResponseHeadersModule.ReplaceCallBuilder.module(EndpointResponseHeaders module)Sets themoduleparameter.EndpointConfigurations.CreateCallBuilder.responseHeaders(EndpointResponseHeaders responseHeaders)response headers module configuration ornullEndpointConfigurations.UpdateCallBuilder.responseHeaders(EndpointResponseHeaders responseHeaders)response headers module configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointResponseHeadersModifier and TypeMethodDescriptionEndpointResponseHeadersModule.ReplaceCallBuilder.module(Optional<EndpointResponseHeaders> module)Sets (or unsets) themoduleparameter.EndpointConfigurations.CreateCallBuilder.responseHeaders(Optional<EndpointResponseHeaders> responseHeaders)response headers module configuration ornullEndpointConfigurations.UpdateCallBuilder.responseHeaders(Optional<EndpointResponseHeaders> responseHeaders)response headers module configuration ornull