Package com.ngrok.services
Class TlsEdgeIpRestrictionModule
java.lang.Object
com.ngrok.services.TlsEdgeIpRestrictionModule
An API client for
TlsEdgeIpRestrictionModule
.
See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-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
ConstructorDescriptionTlsEdgeIpRestrictionModule
(NgrokApiClient apiClient) Creates a new sub-client for TlsEdgeIpRestrictionModule. -
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
-
TlsEdgeIpRestrictionModule
Creates a new sub-client for TlsEdgeIpRestrictionModule.- 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-ip-restriction-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-ip-restriction-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-ip-restriction-module-delete.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-