Uses of Class
software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
-
Packages that use TestInvokeMethodRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of TestInvokeMethodRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type TestInvokeMethodRequest Modifier and Type Method Description default CompletableFuture<TestInvokeMethodResponse>ApiGatewayAsyncClient. testInvokeMethod(TestInvokeMethodRequest 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. -
Uses of TestInvokeMethodRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type TestInvokeMethodRequest Modifier and Type Method Description SdkHttpFullRequestTestInvokeMethodRequestMarshaller. marshall(TestInvokeMethodRequest testInvokeMethodRequest)
-