Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeAuthorizerResult
-
Packages that use TestInvokeAuthorizerResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of TestInvokeAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return TestInvokeAuthorizerResult Modifier and Type Method Description 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.TestInvokeAuthorizerResult
AmazonApiGatewayClient. testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.Method parameters in com.amazonaws.services.apigateway with type arguments of type TestInvokeAuthorizerResult Modifier and Type Method 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)
-
Uses of TestInvokeAuthorizerResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return TestInvokeAuthorizerResult Modifier and Type Method 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 requestTestInvokeAuthorizerResult
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 AuthorizerTestInvokeAuthorizerResult
TestInvokeAuthorizerResult. withPrincipalId(String principalId)
The principal identity returned by the Authorizer
-