Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
TestInvokeMethodResult |
AmazonApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest request)
|
TestInvokeMethodResult |
AmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
|
TestInvokeMethodResult |
AbstractAmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest request) |
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)
|
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 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 Amazon API Gateway execution log for the test invoke request.
|
TestInvokeMethodResult |
TestInvokeMethodResult.withStatus(Integer status)
The HTTP status code.
|
Copyright © 2017. All rights reserved.