| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeMethodResult |
AmazonApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest request)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
TestInvokeMethodResult |
AbstractAmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest request) |
TestInvokeMethodResult |
AmazonApiGateway.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 |
|---|---|
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler) |
Future<TestInvokeMethodResult> |
AbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler) |
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
| Modifier and Type | Method and Description |
|---|---|
TestInvokeMethodResult |
TestInvokeMethodResult.addHeadersEntry(String key,
String value)
Add a single Headers entry
|
TestInvokeMethodResult |
TestInvokeMethodResult.addMultiValueHeadersEntry(String key,
List<String> value)
Add a single MultiValueHeaders entry
|
TestInvokeMethodResult |
TestInvokeMethodResult.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeMethodResult |
TestInvokeMethodResult.clearMultiValueHeadersEntries()
Removes all the entries added into MultiValueHeaders.
|
TestInvokeMethodResult |
TestInvokeMethodResult.clone() |
TestInvokeMethodResult |
TestInvokeMethodResult.withBody(String body)
The body of the HTTP response.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withHeaders(Map<String,String> headers)
The headers of the HTTP response.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withLatency(Long latency)
The execution latency of the test invoke request.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withLog(String log)
The API Gateway execution log for the test invoke request.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withMultiValueHeaders(Map<String,List<String>> multiValueHeaders)
The headers of the HTTP response as a map from string to list of values.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withStatus(Integer status)
The HTTP status code.
|
Copyright © 2023. All rights reserved.