Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutIntegrationResponse
-
Packages that use PutIntegrationResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. -
-
Uses of PutIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutIntegrationResponse Modifier and Type Method Description default PutIntegrationResponseCloudWatchLogsClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account.default PutIntegrationResponseCloudWatchLogsClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutIntegrationResponse Modifier and Type Method Description default CompletableFuture<PutIntegrationResponse>CloudWatchLogsAsyncClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account.default CompletableFuture<PutIntegrationResponse>CloudWatchLogsAsyncClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account.
-