Uses of Class
software.amazon.awssdk.codegen.model.service.Http
-
Packages that use Http Package Description software.amazon.awssdk.codegen.model.service -
-
Uses of Http in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return Http Modifier and Type Method Description Http
Operation. getHttp()
Http
Http. withMethod(String method)
Http
Http. withRequestUri(String requestUri)
Methods in software.amazon.awssdk.codegen.model.service with parameters of type Http Modifier and Type Method Description void
Operation. setHttp(Http http)
Operation
Operation. withHttp(Http http)
-