| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default PutIntegrationResponse |
ApiGatewayClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)
Sets up a method's integration.
|
default PutIntegrationResponse |
ApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest)
Sets up a method's integration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutIntegrationResponse> |
ApiGatewayAsyncClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)
Sets up a method's integration.
|
default CompletableFuture<PutIntegrationResponse> |
ApiGatewayAsyncClient.putIntegration(PutIntegrationRequest putIntegrationRequest)
Sets up a method's integration.
|
Copyright © 2023. All rights reserved.