Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeAuthorizerResult
Packages that use TestInvokeAuthorizerResult
-
Uses of TestInvokeAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return TestInvokeAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.testInvokeAuthorizer
(TestInvokeAuthorizerRequest request) AmazonApiGateway.testInvokeAuthorizer
(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.AmazonApiGatewayClient.testInvokeAuthorizer
(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.Methods in com.amazonaws.services.apigateway that return types with arguments of type TestInvokeAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest request) AbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest request, AsyncHandler<TestInvokeAuthorizerRequest, TestInvokeAuthorizerResult> asyncHandler) AmazonApiGatewayAsync.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.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.AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest request) AmazonApiGatewayAsyncClient.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest request, AsyncHandler<TestInvokeAuthorizerRequest, TestInvokeAuthorizerResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type TestInvokeAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.testInvokeAuthorizerAsync
(TestInvokeAuthorizerRequest request, AsyncHandler<TestInvokeAuthorizerRequest, TestInvokeAuthorizerResult> asyncHandler) 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.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 TestInvokeAuthorizerResultModifier and TypeMethodDescriptionTestInvokeAuthorizerResult.addAuthorizationEntry
(String key, List<String> value) TestInvokeAuthorizerResult.clearAuthorizationEntries()
Removes all the entries added into Authorization.TestInvokeAuthorizerResult.clone()
TestInvokeAuthorizerResult.withAuthorization
(Map<String, List<String>> authorization) TestInvokeAuthorizerResult.withClientStatus
(Integer clientStatus) The HTTP status code that the client would have received.TestInvokeAuthorizerResult.withLatency
(Long latency) The execution latency of the test authorizer requestThe Amazon API Gateway execution log for the test authorizer request.TestInvokeAuthorizerResult.withPolicy
(String policy) The policy JSON document returned by the AuthorizerTestInvokeAuthorizerResult.withPrincipalId
(String principalId) The principal identity returned by the Authorizer