Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsBaseClientBuilder
-
Packages that use CloudWatchLogsBaseClientBuilder 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 CloudWatchLogsBaseClientBuilder in software.amazon.awssdk.services.cloudwatchlogs
Classes in software.amazon.awssdk.services.cloudwatchlogs with type parameters of type CloudWatchLogsBaseClientBuilder Modifier and Type Interface Description interfaceCloudWatchLogsBaseClientBuilder<B extends CloudWatchLogsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CloudWatch Logs that is supported by bothCloudWatchLogsClientBuilderandCloudWatchLogsAsyncClientBuilder.Subinterfaces of CloudWatchLogsBaseClientBuilder in software.amazon.awssdk.services.cloudwatchlogs Modifier and Type Interface Description interfaceCloudWatchLogsAsyncClientBuilderA builder for creating an instance ofCloudWatchLogsAsyncClient.interfaceCloudWatchLogsClientBuilderA builder for creating an instance ofCloudWatchLogsClient.
-