Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeSubscriptionFiltersResponse
-
Packages that use DescribeSubscriptionFiltersResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DescribeSubscriptionFiltersResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeSubscriptionFiltersResponse Modifier and Type Method Description default DescribeSubscriptionFiltersResponseCloudWatchLogsClient. describeSubscriptionFilters(Consumer<DescribeSubscriptionFiltersRequest.Builder> describeSubscriptionFiltersRequest)Lists the subscription filters for the specified log group.default DescribeSubscriptionFiltersResponseCloudWatchLogsClient. 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 DescribeSubscriptionFiltersResponse Modifier and Type Method Description default CompletableFuture<DescribeSubscriptionFiltersResponse>CloudWatchLogsAsyncClient. describeSubscriptionFilters(Consumer<DescribeSubscriptionFiltersRequest.Builder> describeSubscriptionFiltersRequest)Lists the subscription filters for the specified log group.default CompletableFuture<DescribeSubscriptionFiltersResponse>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 DescribeSubscriptionFiltersResponse Modifier and Type Method Description Iterator<DescribeSubscriptionFiltersResponse>DescribeSubscriptionFiltersIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeSubscriptionFiltersResponse Modifier and Type Method Description voidDescribeSubscriptionFiltersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSubscriptionFiltersResponse> subscriber)
-