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 HttpOperation. getHttp()HttpHttp. withMethod(String method)HttpHttp. withRequestUri(String requestUri)Methods in software.amazon.awssdk.codegen.model.service with parameters of type Http Modifier and Type Method Description voidOperation. setHttp(Http http)OperationOperation. withHttp(Http http)
-