Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TestTransformerResponse
-
Packages that use TestTransformerResponse 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 TestTransformerResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return TestTransformerResponse Modifier and Type Method Description default TestTransformerResponseCloudWatchLogsClient. testTransformer(Consumer<TestTransformerRequest.Builder> testTransformerRequest)Use this operation to test a log transformer.default TestTransformerResponseCloudWatchLogsClient. testTransformer(TestTransformerRequest testTransformerRequest)Use this operation to test a log transformer.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type TestTransformerResponse Modifier and Type Method Description default CompletableFuture<TestTransformerResponse>CloudWatchLogsAsyncClient. testTransformer(Consumer<TestTransformerRequest.Builder> testTransformerRequest)Use this operation to test a log transformer.default CompletableFuture<TestTransformerResponse>CloudWatchLogsAsyncClient. testTransformer(TestTransformerRequest testTransformerRequest)Use this operation to test a log transformer.
-