| Package | Description |
|---|---|
| com.amazonaws.services.apigateway | |
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeMethodResult |
AmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) |
TestInvokeMethodResult |
AbstractAmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest request) |
TestInvokeMethodResult |
AmazonApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) |
| Modifier and Type | Method and Description |
|---|---|
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler) |
Future<TestInvokeMethodResult> |
AbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler) |
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request,
AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeMethodResult |
TestInvokeMethodResult.addHeadersEntry(String key,
String value) |
TestInvokeMethodResult |
TestInvokeMethodResult.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeMethodResult |
TestInvokeMethodResult.clone() |
TestInvokeMethodResult |
TestInvokeMethodResult.withBody(String body)
The body of HTTP response.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withHeaders(Map<String,String> headers)
The headers of HTTP response.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withLatency(Long latency)
The execution latency of the test invoke request.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withLog(String log)
The Amazon API Gateway execution log for the test invoke request.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withStatus(Integer status)
The HTTP status code.
|
Copyright © 2015. All rights reserved.