Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
InspectionData |
InspectionData.clone() |
InspectionData |
TestStateResult.getInspectionData()
Returns additional details about the state's execution, including its input and output data processing flow, and
HTTP request and response information.
|
InspectionData |
InspectionData.withAfterInputPath(String afterInputPath)
The input after Step Functions applies the InputPath filter.
|
InspectionData |
InspectionData.withAfterParameters(String afterParameters)
The effective input after Step Functions applies the Parameters filter.
|
InspectionData |
InspectionData.withAfterResultPath(String afterResultPath)
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
|
InspectionData |
InspectionData.withAfterResultSelector(String afterResultSelector)
The effective result after Step Functions applies the ResultSelector filter.
|
InspectionData |
InspectionData.withInput(String input)
The raw state input.
|
InspectionData |
InspectionData.withRequest(InspectionDataRequest request)
The raw HTTP request that is sent when you test an HTTP Task.
|
InspectionData |
InspectionData.withResponse(InspectionDataResponse response)
The raw HTTP response that is returned when you test an HTTP Task.
|
InspectionData |
InspectionData.withResult(String result)
The state's raw result.
|
Modifier and Type | Method and Description |
---|---|
void |
TestStateResult.setInspectionData(InspectionData inspectionData)
Returns additional details about the state's execution, including its input and output data processing flow, and
HTTP request and response information.
|
TestStateResult |
TestStateResult.withInspectionData(InspectionData inspectionData)
Returns additional details about the state's execution, including its input and output data processing flow, and
HTTP request and response information.
|
Copyright © 2024. All rights reserved.