default HttpAction.Builder |
HttpAction.Builder.auth(Consumer<HttpAuthorization.Builder> auth) |
The authentication method to use when sending data to an HTTPS endpoint.
|
HttpAction.Builder |
HttpAction.Builder.auth(HttpAuthorization auth) |
The authentication method to use when sending data to an HTTPS endpoint.
|
static HttpAction.Builder |
HttpAction.builder() |
|
HttpAction.Builder |
HttpAction.Builder.confirmationUrl(String confirmationUrl) |
The URL to which IoT sends a confirmation message.
|
HttpAction.Builder |
HttpAction.Builder.headers(Collection<HttpActionHeader> headers) |
The HTTP headers to send with the message data.
|
HttpAction.Builder |
HttpAction.Builder.headers(Consumer<HttpActionHeader.Builder>... headers) |
The HTTP headers to send with the message data.
|
HttpAction.Builder |
HttpAction.Builder.headers(HttpActionHeader... headers) |
The HTTP headers to send with the message data.
|
HttpAction.Builder |
HttpAction.toBuilder() |
|
HttpAction.Builder |
HttpAction.Builder.url(String url) |
The endpoint URL.
|