Uses of Class
software.amazon.awssdk.services.iot.model.HttpActionHeader
-
Packages that use HttpActionHeader Package Description software.amazon.awssdk.services.iot.model -
-
Uses of HttpActionHeader in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type HttpActionHeader Modifier and Type Method Description List<HttpActionHeader>HttpAction. headers()The HTTP headers to send with the message data.Methods in software.amazon.awssdk.services.iot.model with parameters of type HttpActionHeader Modifier and Type Method Description HttpAction.BuilderHttpAction.Builder. headers(HttpActionHeader... headers)The HTTP headers to send with the message data.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type HttpActionHeader Modifier and Type Method Description HttpAction.BuilderHttpAction.Builder. headers(Collection<HttpActionHeader> headers)The HTTP headers to send with the message data.
-