Package com.ngrok.services
Class EdgesHttps
java.lang.Object
com.ngrok.services.EdgesHttps
An API client for
EdgesHttps
.
See also https://ngrok.com/docs/api#api-edges-https.-
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
ConstructorDescriptionEdgesHttps
(NgrokApiClient apiClient) Creates a new sub-client for EdgesHttps. -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create an HTTPS Edge See also https://ngrok.com/docs/api#api-edges-https-create.Delete an HTTPS Edge by ID See also https://ngrok.com/docs/api#api-edges-https-delete.Get an HTTPS Edge by ID See also https://ngrok.com/docs/api#api-edges-https-get.list()
Returns a list of all HTTPS Edges on this account See also https://ngrok.com/docs/api#api-edges-https-list.Updates an HTTPS Edge by ID.
-
Constructor Details
-
EdgesHttps
Creates a new sub-client for EdgesHttps.- Parameters:
apiClient
- an instance ofNgrokApiClient
-
-
Method Details
-
create
Create an HTTPS Edge See also https://ngrok.com/docs/api#api-edges-https-create.- Returns:
- a call builder for this API call
-
get
Get an HTTPS Edge by ID See also https://ngrok.com/docs/api#api-edges-https-get.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-
list
Returns a list of all HTTPS Edges on this account See also https://ngrok.com/docs/api#api-edges-https-list.- Returns:
- a call builder for this API call
-
update
Updates an HTTPS 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-https-update.- Parameters:
id
- unique identifier of this edge- Returns:
- a call builder for this API call
-
delete
Delete an HTTPS Edge by ID See also https://ngrok.com/docs/api#api-edges-https-delete.- Parameters:
id
- a resource identifier- Returns:
- a call builder for this API call
-