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