Uses of Interface
software.amazon.awssdk.services.iot.model.HttpContext.Builder
-
Packages that use HttpContext.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of HttpContext.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return HttpContext.Builder Modifier and Type Method Description static HttpContext.BuilderHttpContext. builder()HttpContext.BuilderHttpContext.Builder. headers(Map<String,String> headers)The header keys and values in an HTTP authorization request.HttpContext.BuilderHttpContext.Builder. queryString(String queryString)The query string keys and values in an HTTP authorization request.HttpContext.BuilderHttpContext. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type HttpContext.Builder Modifier and Type Method Description static Class<? extends HttpContext.Builder>HttpContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type HttpContext.Builder Modifier and Type Method Description default TestInvokeAuthorizerRequest.BuilderTestInvokeAuthorizerRequest.Builder. httpContext(Consumer<HttpContext.Builder> httpContext)Specifies a test HTTP authorization request.
-