Uses of Class
software.amazon.awssdk.services.iotsitewise.model.RetentionPeriod
-
Packages that use RetentionPeriod Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of RetentionPeriod in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return RetentionPeriod Modifier and Type Method Description RetentionPeriodDescribeStorageConfigurationResponse. retentionPeriod()How many days your data is kept in the hot tier.RetentionPeriodPutStorageConfigurationRequest. retentionPeriod()Returns the value of the RetentionPeriod property for this object.RetentionPeriodPutStorageConfigurationResponse. retentionPeriod()Returns the value of the RetentionPeriod property for this object.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type RetentionPeriod Modifier and Type Method Description DescribeStorageConfigurationResponse.BuilderDescribeStorageConfigurationResponse.Builder. retentionPeriod(RetentionPeriod retentionPeriod)How many days your data is kept in the hot tier.PutStorageConfigurationRequest.BuilderPutStorageConfigurationRequest.Builder. retentionPeriod(RetentionPeriod retentionPeriod)Sets the value of the RetentionPeriod property for this object.PutStorageConfigurationResponse.BuilderPutStorageConfigurationResponse.Builder. retentionPeriod(RetentionPeriod retentionPeriod)Sets the value of the RetentionPeriod property for this object.
-