Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeSubscriptionFiltersResponse
Packages that use DescribeSubscriptionFiltersResponse
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 DescribeSubscriptionFiltersResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeSubscriptionFiltersResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.describeSubscriptionFilters(Consumer<DescribeSubscriptionFiltersRequest.Builder> describeSubscriptionFiltersRequest) Lists the subscription filters for the specified log group.CloudWatchLogsClient.describeSubscriptionFilters(DescribeSubscriptionFiltersRequest describeSubscriptionFiltersRequest) Lists the subscription filters for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeSubscriptionFiltersResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeSubscriptionFilters(Consumer<DescribeSubscriptionFiltersRequest.Builder> describeSubscriptionFiltersRequest) Lists the subscription filters for the specified log group.CloudWatchLogsAsyncClient.describeSubscriptionFilters(DescribeSubscriptionFiltersRequest describeSubscriptionFiltersRequest) Lists the subscription filters for the specified log group. -
Uses of DescribeSubscriptionFiltersResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeSubscriptionFiltersResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeSubscriptionFiltersResponseModifier and TypeMethodDescriptionvoidDescribeSubscriptionFiltersPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSubscriptionFiltersResponse> subscriber)