Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutStorageTierPolicyResponse
Packages that use PutStorageTierPolicyResponse
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 PutStorageTierPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutStorageTierPolicyResponseModifier and TypeMethodDescriptiondefault PutStorageTierPolicyResponseCloudWatchLogsClient.putStorageTierPolicy(Consumer<PutStorageTierPolicyRequest.Builder> putStorageTierPolicyRequest) Sets the storage tier policy for your account.default PutStorageTierPolicyResponseCloudWatchLogsClient.putStorageTierPolicy(PutStorageTierPolicyRequest putStorageTierPolicyRequest) Sets the storage tier policy for your account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutStorageTierPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putStorageTierPolicy(Consumer<PutStorageTierPolicyRequest.Builder> putStorageTierPolicyRequest) Sets the storage tier policy for your account.CloudWatchLogsAsyncClient.putStorageTierPolicy(PutStorageTierPolicyRequest putStorageTierPolicyRequest) Sets the storage tier policy for your account.