Uses of Class
software.amazon.awssdk.services.sfn.model.InspectionData
-
Packages that use InspectionData Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of InspectionData in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionData Modifier and Type Method Description InspectionDataTestStateResponse. inspectionData()Returns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.Methods in software.amazon.awssdk.services.sfn.model with parameters of type InspectionData Modifier and Type Method Description TestStateResponse.BuilderTestStateResponse.Builder. inspectionData(InspectionData inspectionData)Returns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.
-