| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerResult |
AmazonApiGatewayClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest request)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
|
TestInvokeAuthorizerResult |
AbstractAmazonApiGateway.testInvokeAuthorizer(TestInvokeAuthorizerRequest request) |
TestInvokeAuthorizerResult |
AmazonApiGateway.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TestInvokeAuthorizerResult> |
AmazonApiGatewayAsyncClient.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> |
AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.addAuthorizationEntry(String key,
List<String> value)
Add a single Authorization entry
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.addClaimsEntry(String key,
String value)
Add a single Claims entry
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clearAuthorizationEntries()
Removes all the entries added into Authorization.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clearClaimsEntries()
Removes all the entries added into Claims.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clone() |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withAuthorization(Map<String,List<String>> authorization)
The authorization response.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withClaims(Map<String,String> claims)
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool
configured for the API.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withClientStatus(Integer clientStatus)
The HTTP status code that the client would have received.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withLatency(Long latency)
The execution latency of the test authorizer request.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withLog(String log)
The API Gateway execution log for the test authorizer request.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPolicy(String policy)
The JSON policy document returned by the Authorizer
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPrincipalId(String principalId)
The principal identity returned by the Authorizer
|
Copyright © 2022. All rights reserved.