Uses of Class
software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
Packages that use TestInvokeAuthorizerResponse
-
Uses of TestInvokeAuthorizerResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return TestInvokeAuthorizerResponseModifier and TypeMethodDescriptiondefault 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 TestInvokeAuthorizerResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.ApiGatewayAsyncClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest) Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.