Uses of Class
software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
Packages that use TestInvokeMethodResponse
-
Uses of TestInvokeMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return TestInvokeMethodResponseModifier and TypeMethodDescriptiondefault 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 TestInvokeMethodResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder> testInvokeMethodRequest) Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.ApiGatewayAsyncClient.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.