Uses of Class
software.amazon.awssdk.services.backup.model.VaultState
-
Packages that use VaultState Package Description software.amazon.awssdk.services.backup.model -
-
Uses of VaultState in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return VaultState Modifier and Type Method Description static VaultStateVaultState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VaultStateVaultState. valueOf(String name)Returns the enum constant of this type with the specified name.static VaultState[]VaultState. values()Returns an array containing the constants of this enum type, in the order they are declared.VaultStateCreateLogicallyAirGappedBackupVaultResponse. vaultState()This is the current state of the vault.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type VaultState Modifier and Type Method Description static Set<VaultState>VaultState. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type VaultState Modifier and Type Method Description CreateLogicallyAirGappedBackupVaultResponse.BuilderCreateLogicallyAirGappedBackupVaultResponse.Builder. vaultState(VaultState vaultState)This is the current state of the vault.
-