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