| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default TestInvokeAuthorizerResponse |
ApiGatewayClient.testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder> testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
|
default TestInvokeAuthorizerResponse |
ApiGatewayClient.testInvokeAuthorizer(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest)
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.