Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutStorageTierPolicyResponse.Builder
Packages that use PutStorageTierPolicyResponse.Builder
-
Uses of PutStorageTierPolicyResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutStorageTierPolicyResponse.BuilderModifier and TypeMethodDescriptionPutStorageTierPolicyResponse.builder()PutStorageTierPolicyResponse.Builder.lastUpdatedTime(Long lastUpdatedTime) The time when the storage tier policy was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.PutStorageTierPolicyResponse.Builder.storageTier(String storageTier) The storage tier that was set.PutStorageTierPolicyResponse.Builder.storageTier(StorageTier storageTier) The storage tier that was set.PutStorageTierPolicyResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutStorageTierPolicyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutStorageTierPolicyResponse.Builder>PutStorageTierPolicyResponse.serializableBuilderClass()