Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
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 |
---|---|
TestInvokeMethodRequest |
TestInvokeMethodRequest.addHeadersEntry(String key,
String value) |
TestInvokeMethodRequest |
TestInvokeMethodRequest.addStageVariablesEntry(String key,
String value) |
TestInvokeMethodRequest |
TestInvokeMethodRequest.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.clone() |
TestInvokeMethodRequest |
TestInvokeMethodRequest.withBody(String body)
The simulated request body of an incoming invocation request.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withClientCertificateId(String clientCertificateId)
A ClientCertificate identifier to use in the test invocation.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withHeaders(Map<String,String> headers)
A key-value map of headers to simulate an incoming invocation request.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withHttpMethod(String httpMethod)
Specifies a test invoke method request's HTTP method.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withPathWithQueryString(String pathWithQueryString)
The URI path, including query string, of the simulated invocation request.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withResourceId(String resourceId)
Specifies a test invoke method request's resource ID.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withRestApiId(String restApiId)
Specifies a test invoke method request's API identifier.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withStageVariables(Map<String,String> stageVariables)
A key-value map of stage variables to simulate an invocation on a deployed Stage.
|
Copyright © 2016. All rights reserved.