Uses of Class
software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
-
Packages that use TestInvokeMethodResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of TestInvokeMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return TestInvokeMethodResponse Modifier and Type Method Description default TestInvokeMethodResponseApiGatewayClient. testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder> testInvokeMethodRequest)Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.default TestInvokeMethodResponseApiGatewayClient. testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type TestInvokeMethodResponse Modifier and Type Method Description default CompletableFuture<TestInvokeMethodResponse>ApiGatewayAsyncClient. testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder> testInvokeMethodRequest)Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.default CompletableFuture<TestInvokeMethodResponse>ApiGatewayAsyncClient. testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
-