Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutIntegrationResponse
Packages that use PutIntegrationResponse
Package
Description
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 PutIntegrationResponseModifier and TypeMethodDescriptiondefault 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 PutIntegrationResponseModifier and TypeMethodDescriptiondefault 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.