| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default TestInvokeMethodResponse |
ApiGatewayClient.testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder> testInvokeMethodRequest)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
default TestInvokeMethodResponse |
ApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.