public class S3BucketVersioningStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
multiFactorAuthDeleteEnabled |
private boolean |
versioningEnabled |
| Constructor and Description |
|---|
S3BucketVersioningStatus(boolean versioningEnabled,
boolean multiFactorAuthEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultiFactorAuthDeleteRequired() |
boolean |
isVersioningEnabled() |
java.lang.String |
toString() |