Uses of Class
com.amazonaws.services.apigateway.model.TestInvokeAuthorizerRequest
Packages that use TestInvokeAuthorizerRequest
-
Uses of TestInvokeAuthorizerRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type TestInvokeAuthorizerRequestModifier 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.AbstractAmazonApiGatewayAsync.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 TestInvokeAuthorizerRequestModifier 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 TestInvokeAuthorizerRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return TestInvokeAuthorizerRequestModifier and TypeMethodDescriptionTestInvokeAuthorizerRequest.addAdditionalContextEntry
(String key, String value) TestInvokeAuthorizerRequest.addHeadersEntry
(String key, String value) TestInvokeAuthorizerRequest.addStageVariablesEntry
(String key, String value) TestInvokeAuthorizerRequest.clearAdditionalContextEntries()
Removes all the entries added into AdditionalContext.TestInvokeAuthorizerRequest.clearHeadersEntries()
Removes all the entries added into Headers.TestInvokeAuthorizerRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.TestInvokeAuthorizerRequest.clone()
TestInvokeAuthorizerRequest.withAdditionalContext
(Map<String, String> additionalContext) [Optional] A key-value map of additional context variables.TestInvokeAuthorizerRequest.withAuthorizerId
(String authorizerId) Specifies a test invoke authorizer request's Authorizer ID.[Optional] The simulated request body of an incoming invocation request.TestInvokeAuthorizerRequest.withHeaders
(Map<String, String> headers) [Required] A key-value map of headers to simulate an incoming invocation request.TestInvokeAuthorizerRequest.withPathWithQueryString
(String pathWithQueryString) [Optional] The URI path, including query string, of the simulated invocation request.TestInvokeAuthorizerRequest.withRestApiId
(String restApiId) Specifies a test invoke authorizer request's RestApi identifier.TestInvokeAuthorizerRequest.withStageVariables
(Map<String, String> stageVariables) A key-value map of stage variables to simulate an invocation on a deployed Stage.