Package com.ngrok.services
Class EdgeRouteSamlModule.ReplaceCallBuilder
java.lang.Object
com.ngrok.services.EdgeRouteSamlModule.ReplaceCallBuilder
- Enclosing class:
- EdgeRouteSamlModule
A builder object encapsulating state for an unsent Replace API call.
-
Method Summary
Modifier and TypeMethodDescriptionInitiates the API call and blocks until it returns.call()
Initiates the API call asynchronously.module
(EndpointSamlMutate module) Sets themodule
parameter.module
(Optional<EndpointSamlMutate> module) Sets (or unsets) themodule
parameter.
-
Method Details
-
module
Sets themodule
parameter.- Parameters:
module
- the value of the module parameter as aEndpointSamlMutate
- Returns:
- the call builder instance
-
module
Sets (or unsets) themodule
parameter.- Parameters:
module
- the value of the module parameter as anOptional
ofEndpointSamlMutate
- Returns:
- the call builder instance
-
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStage
ofEndpointSaml
-
blockingCall
Initiates the API call and blocks until it returns.- Returns:
EndpointSaml
- Throws:
InterruptedException
- if the thread was interrupted during the call
-