Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
TestInvokeMethodResult |
AmazonApiGatewayClient.testInvokeMethod(TestInvokeMethodRequest request)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
TestInvokeMethodResult |
AbstractAmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest request) |
TestInvokeMethodResult |
AmazonApiGateway.testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsyncClient.testInvokeMethodAsync(TestInvokeMethodRequest request) |
Future<TestInvokeMethodResult> |
AbstractAmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest request) |
Future<TestInvokeMethodResult> |
AmazonApiGatewayAsync.testInvokeMethodAsync(TestInvokeMethodRequest testInvokeMethodRequest)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
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)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
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)
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
|
Modifier and Type | Method and Description |
---|---|
TestInvokeMethodRequest |
TestInvokeMethodRequest.addHeadersEntry(String key,
String value)
Add a single Headers entry
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.addMultiValueHeadersEntry(String key,
List<String> value)
Add a single MultiValueHeaders entry
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.clearMultiValueHeadersEntries()
Removes all the entries added into MultiValueHeaders.
|
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.withMultiValueHeaders(Map<String,List<String>> multiValueHeaders)
The headers as a map from string to list of values to simulate an incoming invocation request.
|
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)
The string identifier of the associated RestApi.
|
TestInvokeMethodRequest |
TestInvokeMethodRequest.withStageVariables(Map<String,String> stageVariables)
A key-value map of stage variables to simulate an invocation on a deployed Stage.
|
Copyright © 2022. All rights reserved.