Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
HttpActionHeader |
HttpActionHeader.clone() |
HttpActionHeader |
HttpActionHeader.withKey(String key)
The HTTP header key.
|
HttpActionHeader |
HttpActionHeader.withValue(String value)
The HTTP header value.
|
Modifier and Type | Method and Description |
---|---|
List<HttpActionHeader> |
HttpAction.getHeaders()
The HTTP headers to send with the message data.
|
Modifier and Type | Method and Description |
---|---|
HttpAction |
HttpAction.withHeaders(HttpActionHeader... headers)
The HTTP headers to send with the message data.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAction.setHeaders(Collection<HttpActionHeader> headers)
The HTTP headers to send with the message data.
|
HttpAction |
HttpAction.withHeaders(Collection<HttpActionHeader> headers)
The HTTP headers to send with the message data.
|
Copyright © 2023. All rights reserved.