Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetTransformerResponse
Packages that use GetTransformerResponse
Package
Description
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 GetTransformerResponseModifier and TypeMethodDescriptiondefault 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 GetTransformerResponseModifier and TypeMethodDescriptiondefault 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.