Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutStorageTierPolicyRequest.Builder
Packages that use PutStorageTierPolicyRequest.Builder
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 PutStorageTierPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutStorageTierPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putStorageTierPolicy(Consumer<PutStorageTierPolicyRequest.Builder> putStorageTierPolicyRequest) Sets the storage tier policy for your account.default PutStorageTierPolicyResponseCloudWatchLogsClient.putStorageTierPolicy(Consumer<PutStorageTierPolicyRequest.Builder> putStorageTierPolicyRequest) Sets the storage tier policy for your account. -
Uses of PutStorageTierPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutStorageTierPolicyRequest.BuilderModifier and TypeMethodDescriptionPutStorageTierPolicyRequest.builder()PutStorageTierPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutStorageTierPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutStorageTierPolicyRequest.Builder.storageTier(String storageTier) The storage tier to set for the account.PutStorageTierPolicyRequest.Builder.storageTier(StorageTier storageTier) The storage tier to set for the account.PutStorageTierPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutStorageTierPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutStorageTierPolicyRequest.Builder>PutStorageTierPolicyRequest.serializableBuilderClass()