Package com.ngrok.services
Class EdgesTls
java.lang.Object
com.ngrok.services.EdgesTls
An API client for
EdgesTls
.
See also https://ngrok.com/docs/api#api-edges-tls.-
Nested Class Summary
Modifier and TypeClassDescriptionclass
A builder object encapsulating state for an unsent Create API call.class
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 List API call.class
A builder object encapsulating state for an unsent Update API call. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create a TLS Edge See also https://ngrok.com/docs/api#api-edges-tls-create.Delete a TLS Edge by ID See also https://ngrok.com/docs/api#api-edges-tls-delete.Get a TLS Edge by ID See also https://ngrok.com/docs/api#api-edges-tls-get.list()
Returns a list of all TLS Edges on this account See also https://ngrok.com/docs/api#api-edges-tls-list.Updates a TLS Edge by ID.
-
Constructor Details
-
EdgesTls
Creates a new sub-client for EdgesTls.- Parameters:
apiClient
- an instance ofNgrokApiClient
-
-
Method Details
-
create
Create a TLS Edge See also https://ngrok.com/docs/api#api-edges-tls-create.- Returns:
- a call builder for this API call
-
get
Get a TLS Edge by ID See also https://ngrok.com/docs/api#api-edges-tls-get.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-
list
Returns a list of all TLS Edges on this account See also https://ngrok.com/docs/api#api-edges-tls-list.- Returns:
- a call builder for this API call
-
update
Updates a TLS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API. See also https://ngrok.com/docs/api#api-edges-tls-update.- Parameters:
id
- unique identifier of this edge- Returns:
- a call builder for this API call
-
delete
Delete a TLS Edge by ID See also https://ngrok.com/docs/api#api-edges-tls-delete.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-