Package com.ngrok.services
Class TlsEdgeMutualTlsModule
java.lang.Object
com.ngrok.services.TlsEdgeMutualTlsModule
An API client for
TlsEdgeMutualTlsModule
.
See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module.-
Nested Class Summary
Modifier and TypeClassDescriptionclass
A builder object encapsulating state for an unsent Delete API call.class
A builder object encapsulating state for an unsent Get API call.class
A builder object encapsulating state for an unsent Replace API call. -
Constructor Summary
ConstructorDescriptionTlsEdgeMutualTlsModule
(NgrokApiClient apiClient) Creates a new sub-client for TlsEdgeMutualTlsModule. -
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
-
TlsEdgeMutualTlsModule
Creates a new sub-client for TlsEdgeMutualTlsModule.- 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-tls-edge-mutual-tls-module-replace.- Parameters:
id
- the value of theid
parameter 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-tls-edge-mutual-tls-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-tls-edge-mutual-tls-module-delete.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-