Uses of Interface
software.amazon.awssdk.services.sfn.model.InspectionDataResponse.Builder
-
Packages that use InspectionDataResponse.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of InspectionDataResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionDataResponse.Builder Modifier and Type Method Description InspectionDataResponse.BuilderInspectionDataResponse.Builder. body(String body)The HTTP response returned.static InspectionDataResponse.BuilderInspectionDataResponse. builder()InspectionDataResponse.BuilderInspectionDataResponse.Builder. headers(String headers)The response headers associated with the HTTP response.InspectionDataResponse.BuilderInspectionDataResponse.Builder. protocol(String protocol)The protocol used to return the HTTP response.InspectionDataResponse.BuilderInspectionDataResponse.Builder. statusCode(String statusCodeValue)The HTTP response status code for the HTTP response.InspectionDataResponse.BuilderInspectionDataResponse.Builder. statusMessage(String statusMessage)The message associated with the HTTP status code.InspectionDataResponse.BuilderInspectionDataResponse. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type InspectionDataResponse.Builder Modifier and Type Method Description static Class<? extends InspectionDataResponse.Builder>InspectionDataResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type InspectionDataResponse.Builder Modifier and Type Method Description default InspectionData.BuilderInspectionData.Builder. response(Consumer<InspectionDataResponse.Builder> response)The raw HTTP response that is returned when you test an HTTP Task.
-