Uses of Class
com.amazonaws.services.s3.model.BucketLifecycleConfiguration
Packages that use BucketLifecycleConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketLifecycleConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketLifecycleConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest getBucketLifecycleConfigurationRequest) AbstractAmazonS3.getBucketLifecycleConfiguration(String bucketName) AmazonS3.getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest getBucketLifecycleConfigurationRequest) Gets the lifecycle configuration for the specified bucket, or null if the specified bucket does not exists, or an empty list if no configuration has been established.AmazonS3.getBucketLifecycleConfiguration(String bucketName) Gets the lifecycle configuration for the specified bucket, or null if the specified bucket does not exists, or an empty list if no configuration has been established.AmazonS3Client.getBucketLifecycleConfiguration(GetBucketLifecycleConfigurationRequest getBucketLifecycleConfigurationRequest) AmazonS3Client.getBucketLifecycleConfiguration(String bucketName) Methods in com.amazonaws.services.s3 with parameters of type BucketLifecycleConfigurationModifier and TypeMethodDescriptionvoidAbstractAmazonS3.setBucketLifecycleConfiguration(String bucketName, BucketLifecycleConfiguration bucketLifecycleConfiguration) voidAmazonS3.setBucketLifecycleConfiguration(String bucketName, BucketLifecycleConfiguration bucketLifecycleConfiguration) Sets the lifecycle configuration for the specified bucket.voidAmazonS3Client.setBucketLifecycleConfiguration(String bucketName, BucketLifecycleConfiguration bucketLifecycleConfiguration) -
Uses of BucketLifecycleConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketLifecycleConfigurationModifier and TypeMethodDescriptionSetBucketLifecycleConfigurationRequest.getLifecycleConfiguration()Gets the new lifecycle configuration for the specified bucket.BucketLifecycleConfiguration.withRules(BucketLifecycleConfiguration.Rule... rules) Convenience array style method forBucketLifecycleConfiguration.withRules(List)BucketLifecycleConfiguration.withRules(List<BucketLifecycleConfiguration.Rule> rules) Sets the rules that comprise this configuration and returns a reference to this object for easy method chaining.Methods in com.amazonaws.services.s3.model with parameters of type BucketLifecycleConfigurationModifier and TypeMethodDescriptionvoidSetBucketLifecycleConfigurationRequest.setLifecycleConfiguration(BucketLifecycleConfiguration lifecycleConfiguration) Sets the new lifecycle configuration for the specified bucket.SetBucketLifecycleConfigurationRequest.withLifecycleConfiguration(BucketLifecycleConfiguration lifecycleConfiguration) Sets the new lifecycle configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.Constructors in com.amazonaws.services.s3.model with parameters of type BucketLifecycleConfigurationModifierConstructorDescriptionSetBucketLifecycleConfigurationRequest(String bucketName, BucketLifecycleConfiguration lifecycleConfiguration) Constructs a newSetBucketLifecycleConfigurationRequestto set the bucket lifecycle configuration of the specified bucket.