Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeMethodResult
-
Packages that use TestInvokeMethodResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of TestInvokeMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return TestInvokeMethodResult Modifier and Type Method Description TestInvokeMethodResult
AbstractAmazonApiGateway. testInvokeMethod(TestInvokeMethodRequest request)
TestInvokeMethodResult
AmazonApiGateway. testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
TestInvokeMethodResult
AmazonApiGatewayClient. testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
Method parameters in com.amazonaws.services.apigateway with type arguments of type TestInvokeMethodResult Modifier and Type Method Description Future<TestInvokeMethodResult>
AbstractAmazonApiGatewayAsync. testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
Future<TestInvokeMethodResult>
AmazonApiGatewayAsync. testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
Future<TestInvokeMethodResult>
AmazonApiGatewayAsyncClient. testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
-
Uses of TestInvokeMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return TestInvokeMethodResult Modifier and Type Method Description TestInvokeMethodResult
TestInvokeMethodResult. addHeadersEntry(String key, String value)
TestInvokeMethodResult
TestInvokeMethodResult. clearHeadersEntries()
Removes all the entries added into Headers.TestInvokeMethodResult
TestInvokeMethodResult. clone()
TestInvokeMethodResult
TestInvokeMethodResult. withBody(String body)
The body of HTTP response.TestInvokeMethodResult
TestInvokeMethodResult. withHeaders(Map<String,String> headers)
The headers of HTTP response.TestInvokeMethodResult
TestInvokeMethodResult. withLatency(Long latency)
The execution latency of the test invoke request.TestInvokeMethodResult
TestInvokeMethodResult. withLog(String log)
The Amazon API Gateway execution log for the test invoke request.TestInvokeMethodResult
TestInvokeMethodResult. withStatus(Integer status)
The HTTP status code.
-