Uses of Class
software.amazon.awssdk.services.s3.model.Tiering
-
Packages that use Tiering Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Tiering in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tiering Modifier and Type Method Description List<Tiering>IntelligentTieringConfiguration. tierings()Specifies the S3 Intelligent-Tiering storage class tier of the configuration.Methods in software.amazon.awssdk.services.s3.model with parameters of type Tiering Modifier and Type Method Description IntelligentTieringConfiguration.BuilderIntelligentTieringConfiguration.Builder. tierings(Tiering... tierings)Specifies the S3 Intelligent-Tiering storage class tier of the configuration.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tiering Modifier and Type Method Description IntelligentTieringConfiguration.BuilderIntelligentTieringConfiguration.Builder. tierings(Collection<Tiering> tierings)Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
-