Package com.ngrok.services
Class HttpsEdgeTlsTerminationModule
java.lang.Object
com.ngrok.services.HttpsEdgeTlsTerminationModule
An API client for
HttpsEdgeTlsTerminationModule.
See also https://ngrok.com/docs/api#api-https-edge-tls-termination-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
ConstructorsConstructorDescriptionHttpsEdgeTlsTerminationModule(NgrokApiClient apiClient) Creates a new sub-client for HttpsEdgeTlsTerminationModule. -
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
-
HttpsEdgeTlsTerminationModule
Creates a new sub-client for HttpsEdgeTlsTerminationModule.- 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-https-edge-tls-termination-module-replace.- Parameters:
id- the value of theidparameter as aString- Returns:
- a call builder for this API call
-
get
Creates a call builder for the Get API operation. See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get.- Parameters:
id- a resource identifier- 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-https-edge-tls-termination-module-delete.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-