Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetStorageTierPolicyResponse
Packages that use GetStorageTierPolicyResponse
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 GetStorageTierPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetStorageTierPolicyResponseModifier and TypeMethodDescriptiondefault GetStorageTierPolicyResponseCloudWatchLogsClient.getStorageTierPolicy(Consumer<GetStorageTierPolicyRequest.Builder> getStorageTierPolicyRequest) Returns the storage tier policy for your account.default GetStorageTierPolicyResponseCloudWatchLogsClient.getStorageTierPolicy(GetStorageTierPolicyRequest getStorageTierPolicyRequest) Returns the storage tier policy for your account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetStorageTierPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getStorageTierPolicy(Consumer<GetStorageTierPolicyRequest.Builder> getStorageTierPolicyRequest) Returns the storage tier policy for your account.CloudWatchLogsAsyncClient.getStorageTierPolicy(GetStorageTierPolicyRequest getStorageTierPolicyRequest) Returns the storage tier policy for your account.