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 TestInvokeAuthorizerResultAbstractAmazonApiGateway. testInvokeAuthorizer(TestInvokeAuthorizerRequest request)TestInvokeAuthorizerResultAmazonApiGateway. testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.TestInvokeAuthorizerResultAmazonApiGatewayClient. 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 TestInvokeAuthorizerResultTestInvokeAuthorizerResult. addAuthorizationEntry(String key, List<String> value)TestInvokeAuthorizerResultTestInvokeAuthorizerResult. clearAuthorizationEntries()Removes all the entries added into Authorization.TestInvokeAuthorizerResultTestInvokeAuthorizerResult. clone()TestInvokeAuthorizerResultTestInvokeAuthorizerResult. withAuthorization(Map<String,List<String>> authorization)TestInvokeAuthorizerResultTestInvokeAuthorizerResult. withClientStatus(Integer clientStatus)The HTTP status code that the client would have received.TestInvokeAuthorizerResultTestInvokeAuthorizerResult. withLatency(Long latency)The execution latency of the test authorizer requestTestInvokeAuthorizerResultTestInvokeAuthorizerResult. withLog(String log)The Amazon API Gateway execution log for the test authorizer request.TestInvokeAuthorizerResultTestInvokeAuthorizerResult. withPolicy(String policy)The policy JSON document returned by the AuthorizerTestInvokeAuthorizerResultTestInvokeAuthorizerResult. withPrincipalId(String principalId)The principal identity returned by the Authorizer
-