Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeMethodRequest
-
Packages that use TestInvokeMethodRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of TestInvokeMethodRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type TestInvokeMethodRequest Modifier and Type Method Description Future<TestInvokeMethodResult>
AbstractAmazonApiGatewayAsync. testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
Future<TestInvokeMethodResult>
AmazonApiGatewayAsync. testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
Future<TestInvokeMethodResult>
AmazonApiGatewayAsyncClient. testInvokeMethodAsync(TestInvokeMethodRequest request, AsyncHandler<TestInvokeMethodRequest,TestInvokeMethodResult> asyncHandler)
-
Uses of TestInvokeMethodRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return TestInvokeMethodRequest Modifier and Type Method 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.
-