Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
HttpAction |
HttpAction.clone() |
HttpAction |
Action.getHttp()
Send data to an HTTPS endpoint.
|
HttpAction |
HttpAction.withAuth(HttpAuthorization auth)
The authentication method to use when sending data to an HTTPS endpoint.
|
HttpAction |
HttpAction.withConfirmationUrl(String confirmationUrl)
The URL to which IoT sends a confirmation message.
|
HttpAction |
HttpAction.withHeaders(Collection<HttpActionHeader> headers)
The HTTP headers to send with the message data.
|
HttpAction |
HttpAction.withHeaders(HttpActionHeader... headers)
The HTTP headers to send with the message data.
|
HttpAction |
HttpAction.withUrl(String url)
The endpoint URL.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setHttp(HttpAction http)
Send data to an HTTPS endpoint.
|
Action |
Action.withHttp(HttpAction http)
Send data to an HTTPS endpoint.
|
Copyright © 2023. All rights reserved.