| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default TestInvokeMethodResponse |
ApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
TestInvokeMethodRequestMarshaller.marshall(TestInvokeMethodRequest testInvokeMethodRequest) |
Copyright © 2023. All rights reserved.