Package org.jets3t.service.model
Class S3BucketVersioningStatus
- java.lang.Object
-
- org.jets3t.service.model.S3BucketVersioningStatus
-
public class S3BucketVersioningStatus extends Object
- Author:
- James Murty
-
-
Constructor Summary
Constructors Constructor Description S3BucketVersioningStatus(boolean versioningEnabled, boolean multiFactorAuthEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMultiFactorAuthDeleteRequired()
boolean
isVersioningEnabled()
String
toString()
-