| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
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 AWS 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpAction.Builder> |
HttpAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.http(Consumer<HttpAction.Builder> http)
Send data to an HTTPS endpoint.
|
Copyright © 2019. All rights reserved.