Uses of Class
software.amazon.awssdk.services.backup.model.LegalHoldStatus
-
Packages that use LegalHoldStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of LegalHoldStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return LegalHoldStatus Modifier and Type Method Description static LegalHoldStatusLegalHoldStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LegalHoldStatusCreateLegalHoldResponse. status()This displays the status of the legal hold returned after creating the legal hold.LegalHoldStatusGetLegalHoldResponse. status()This is the status of the legal hold.LegalHoldStatusLegalHold. status()This is the status of the legal hold.static LegalHoldStatusLegalHoldStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LegalHoldStatus[]LegalHoldStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type LegalHoldStatus Modifier and Type Method Description static Set<LegalHoldStatus>LegalHoldStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type LegalHoldStatus Modifier and Type Method Description CreateLegalHoldResponse.BuilderCreateLegalHoldResponse.Builder. status(LegalHoldStatus status)This displays the status of the legal hold returned after creating the legal hold.GetLegalHoldResponse.BuilderGetLegalHoldResponse.Builder. status(LegalHoldStatus status)This is the status of the legal hold.LegalHold.BuilderLegalHold.Builder. status(LegalHoldStatus status)This is the status of the legal hold.
-