Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeConfigurationTemplatesResponse
-
Packages that use DescribeConfigurationTemplatesResponse 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 DescribeConfigurationTemplatesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeConfigurationTemplatesResponse Modifier and Type Method Description default DescribeConfigurationTemplatesResponseCloudWatchLogsClient. describeConfigurationTemplates(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest)Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries.default DescribeConfigurationTemplatesResponseCloudWatchLogsClient. describeConfigurationTemplates(DescribeConfigurationTemplatesRequest describeConfigurationTemplatesRequest)Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeConfigurationTemplatesResponse Modifier and Type Method Description default CompletableFuture<DescribeConfigurationTemplatesResponse>CloudWatchLogsAsyncClient. describeConfigurationTemplates(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest)Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries.default CompletableFuture<DescribeConfigurationTemplatesResponse>CloudWatchLogsAsyncClient. describeConfigurationTemplates(DescribeConfigurationTemplatesRequest describeConfigurationTemplatesRequest)Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries. -
Uses of DescribeConfigurationTemplatesResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeConfigurationTemplatesResponse Modifier and Type Method Description Iterator<DescribeConfigurationTemplatesResponse>DescribeConfigurationTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeConfigurationTemplatesResponse Modifier and Type Method Description voidDescribeConfigurationTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeConfigurationTemplatesResponse> subscriber)
-