Uses of Interface
software.amazon.awssdk.services.s3.model.Tiering.Builder
-
Packages that use Tiering.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Tiering.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tiering.Builder Modifier and Type Method Description Tiering.BuilderTiering.Builder. accessTier(String accessTier)S3 Intelligent-Tiering access tier.Tiering.BuilderTiering.Builder. accessTier(IntelligentTieringAccessTier accessTier)S3 Intelligent-Tiering access tier.static Tiering.BuilderTiering. builder()Tiering.BuilderTiering.Builder. days(Integer days)The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.Tiering.BuilderTiering. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tiering.Builder Modifier and Type Method Description static Class<? extends Tiering.Builder>Tiering. serializableBuilderClass()
-