Uses of Class
software.amazon.awssdk.services.backup.model.RestoreTestingRecoveryPointSelectionAlgorithm
-
Packages that use RestoreTestingRecoveryPointSelectionAlgorithm Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreTestingRecoveryPointSelectionAlgorithm in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreTestingRecoveryPointSelectionAlgorithm Modifier and Type Method Description RestoreTestingRecoveryPointSelectionAlgorithmRestoreTestingRecoveryPointSelection. algorithm()Acceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW"static RestoreTestingRecoveryPointSelectionAlgorithmRestoreTestingRecoveryPointSelectionAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RestoreTestingRecoveryPointSelectionAlgorithmRestoreTestingRecoveryPointSelectionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreTestingRecoveryPointSelectionAlgorithm[]RestoreTestingRecoveryPointSelectionAlgorithm. 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 RestoreTestingRecoveryPointSelectionAlgorithm Modifier and Type Method Description static Set<RestoreTestingRecoveryPointSelectionAlgorithm>RestoreTestingRecoveryPointSelectionAlgorithm. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreTestingRecoveryPointSelectionAlgorithm Modifier and Type Method Description RestoreTestingRecoveryPointSelection.BuilderRestoreTestingRecoveryPointSelection.Builder. algorithm(RestoreTestingRecoveryPointSelectionAlgorithm algorithm)Acceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW"
-