Uses of Class
software.amazon.awssdk.services.s3.model.MFADeleteStatus
-
Packages that use MFADeleteStatus Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MFADeleteStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MFADeleteStatus Modifier and Type Method Description static MFADeleteStatusMFADeleteStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MFADeleteStatusGetBucketVersioningResponse. mfaDelete()Specifies whether MFA delete is enabled in the bucket versioning configuration.static MFADeleteStatusMFADeleteStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MFADeleteStatus[]MFADeleteStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MFADeleteStatus Modifier and Type Method Description static Set<MFADeleteStatus>MFADeleteStatus. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type MFADeleteStatus Modifier and Type Method Description GetBucketVersioningResponse.BuilderGetBucketVersioningResponse.Builder. mfaDelete(MFADeleteStatus mfaDelete)Specifies whether MFA delete is enabled in the bucket versioning configuration.
-