Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
TestInvokeAuthorizerResult |
AbstractAmazonApiGateway.testInvokeAuthorizer(TestInvokeAuthorizerRequest request) |
TestInvokeAuthorizerResult |
AmazonApiGatewayClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi
with headers, parameters, and an incoming request body.
|
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) |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clearAuthorizationEntries()
Removes all the entries added into Authorization.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.clone() |
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withAuthorization(Map<String,List<String>> authorization) |
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 Amazon API Gateway execution log for the test authorizer request.
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPolicy(String policy)
The policy JSON document returned by the Authorizer
|
TestInvokeAuthorizerResult |
TestInvokeAuthorizerResult.withPrincipalId(String principalId)
The principal identity returned by the Authorizer
|
Copyright © 2018. All rights reserved.