| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TestInvokeAuthorizerResult> |
AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming
request body.
|
Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addAdditionalContextEntry(String key,
String value)
Add a single AdditionalContext entry
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addHeadersEntry(String key,
String value)
Add a single Headers entry
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addMultiValueHeadersEntry(String key,
List<String> value)
Add a single MultiValueHeaders entry
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearAdditionalContextEntries()
Removes all the entries added into AdditionalContext.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearHeadersEntries()
Removes all the entries added into Headers.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearMultiValueHeadersEntries()
Removes all the entries added into MultiValueHeaders.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clone() |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withAdditionalContext(Map<String,String> additionalContext)
[Optional] A key-value map of additional context variables.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withAuthorizerId(String authorizerId)
[Required] Specifies a test invoke authorizer request's Authorizer ID.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withBody(String body)
[Optional] The simulated request body of an incoming invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withHeaders(Map<String,String> headers)
[Required] A key-value map of headers to simulate an incoming invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withMultiValueHeaders(Map<String,List<String>> multiValueHeaders)
[Optional] The headers as a map from string to list of values to simulate an incoming invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withPathWithQueryString(String pathWithQueryString)
[Optional] The URI path, including query string, of the simulated invocation request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withStageVariables(Map<String,String> stageVariables)
A key-value map of stage variables to simulate an invocation on a deployed Stage.
|
Copyright © 2021. All rights reserved.