Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetIntegrationResponse
-
Packages that use GetIntegrationResponse 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 GetIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetIntegrationResponse Modifier and Type Method Description default GetIntegrationResponseCloudWatchLogsClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns information about one integration between CloudWatch Logs and OpenSearch Service.default GetIntegrationResponseCloudWatchLogsClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Returns information about one integration between CloudWatch Logs and OpenSearch Service.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>CloudWatchLogsAsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Returns information about one integration between CloudWatch Logs and OpenSearch Service.default CompletableFuture<GetIntegrationResponse>CloudWatchLogsAsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Returns information about one integration between CloudWatch Logs and OpenSearch Service.
-