Uses of Interface
software.amazon.awssdk.services.xray.model.Http.Builder
-
Packages that use Http.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of Http.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return Http.Builder Modifier and Type Method Description static Http.BuilderHttp. builder()Http.BuilderHttp.Builder. clientIp(String clientIp)The IP address of the requestor.Http.BuilderHttp.Builder. httpMethod(String httpMethod)The request method.Http.BuilderHttp.Builder. httpStatus(Integer httpStatus)The response status.Http.BuilderHttp.Builder. httpURL(String httpURL)The request URL.Http.BuilderHttp. toBuilder()Http.BuilderHttp.Builder. userAgent(String userAgent)The request's user agent string.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Http.Builder Modifier and Type Method Description static Class<? extends Http.Builder>Http. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Http.Builder Modifier and Type Method Description default TraceSummary.BuilderTraceSummary.Builder. http(Consumer<Http.Builder> http)Information about the HTTP request served by the trace.
-