Package com.ngrok.services
Class EdgeRouteCircuitBreakerModule
java.lang.Object
com.ngrok.services.EdgeRouteCircuitBreakerModule
An API client for
EdgeRouteCircuitBreakerModule.
See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA builder object encapsulating state for an unsent Delete API call.classA builder object encapsulating state for an unsent Get API call.classA builder object encapsulating state for an unsent Replace API call. -
Constructor Summary
ConstructorsConstructorDescriptionEdgeRouteCircuitBreakerModule(NgrokApiClient apiClient) Creates a new sub-client for EdgeRouteCircuitBreakerModule. -
Method Summary
Modifier and TypeMethodDescriptionCreates a call builder for the Delete API operation.Creates a call builder for the Get API operation.Creates a call builder for the Replace API operation.
-
Constructor Details
-
EdgeRouteCircuitBreakerModule
Creates a new sub-client for EdgeRouteCircuitBreakerModule.- Parameters:
apiClient- an instance ofNgrokApiClient
-
-
Method Details
-
replace
Creates a call builder for the Replace API operation. See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-replace. -
get
Creates a call builder for the Get API operation. See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-get.- Parameters:
edgeId- unique identifier of this edgeid- unique identifier of this edge route- Returns:
- a call builder for this API call
-
delete
Creates a call builder for the Delete API operation. See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-delete.- Parameters:
edgeId- unique identifier of this edgeid- unique identifier of this edge route- Returns:
- a call builder for this API call
-