Uses of Class
software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
-
Packages that use TestInvokeAuthorizerResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of TestInvokeAuthorizerResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return TestInvokeAuthorizerResponse Modifier and Type Method Description default TestInvokeAuthorizerResponseApiGatewayClient. testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.default TestInvokeAuthorizerResponseApiGatewayClient. testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type TestInvokeAuthorizerResponse Modifier and Type Method Description default CompletableFuture<TestInvokeAuthorizerResponse>ApiGatewayAsyncClient. testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.default CompletableFuture<TestInvokeAuthorizerResponse>ApiGatewayAsyncClient. testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
-