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 TestInvokeMethodResultAbstractAmazonApiGateway. testInvokeMethod(TestInvokeMethodRequest request)TestInvokeMethodResultAmazonApiGateway. testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)TestInvokeMethodResultAmazonApiGatewayClient. 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 TestInvokeMethodResultTestInvokeMethodResult. addHeadersEntry(String key, String value)TestInvokeMethodResultTestInvokeMethodResult. clearHeadersEntries()Removes all the entries added into Headers.TestInvokeMethodResultTestInvokeMethodResult. clone()TestInvokeMethodResultTestInvokeMethodResult. withBody(String body)The body of HTTP response.TestInvokeMethodResultTestInvokeMethodResult. withHeaders(Map<String,String> headers)The headers of HTTP response.TestInvokeMethodResultTestInvokeMethodResult. withLatency(Long latency)The execution latency of the test invoke request.TestInvokeMethodResultTestInvokeMethodResult. withLog(String log)The Amazon API Gateway execution log for the test invoke request.TestInvokeMethodResultTestInvokeMethodResult. withStatus(Integer status)The HTTP status code.
-