Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetTransformerResponse
-
Packages that use GetTransformerResponse 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 GetTransformerResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetTransformerResponse Modifier and Type Method Description default GetTransformerResponseCloudWatchLogsClient. getTransformer(Consumer<GetTransformerRequest.Builder> getTransformerRequest)Returns the information about the log transformer associated with this log group.default GetTransformerResponseCloudWatchLogsClient. getTransformer(GetTransformerRequest getTransformerRequest)Returns the information about the log transformer associated with this log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetTransformerResponse Modifier and Type Method Description default CompletableFuture<GetTransformerResponse>CloudWatchLogsAsyncClient. getTransformer(Consumer<GetTransformerRequest.Builder> getTransformerRequest)Returns the information about the log transformer associated with this log group.default CompletableFuture<GetTransformerResponse>CloudWatchLogsAsyncClient. getTransformer(GetTransformerRequest getTransformerRequest)Returns the information about the log transformer associated with this log group.
-