| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAuthorizerResponse |
ApiGatewayClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.
|
default CreateAuthorizerResponse |
ApiGatewayClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAuthorizerResponse> |
ApiGatewayAsyncClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.
|
default CompletableFuture<CreateAuthorizerResponse> |
ApiGatewayAsyncClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Adds a new Authorizer resource to an existing RestApi resource.
|
Copyright © 2023. All rights reserved.