Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetIntegrationResponse
Packages that use GetIntegrationResponse
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 GetIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetIntegrationResponseModifier and TypeMethodDescriptiondefault 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 GetIntegrationResponseModifier and TypeMethodDescriptiondefault 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.