Uses of Class
software.amazon.awssdk.services.backup.model.RestoreTestingRecoveryPointType
-
Packages that use RestoreTestingRecoveryPointType Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreTestingRecoveryPointType in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreTestingRecoveryPointType Modifier and Type Method Description static RestoreTestingRecoveryPointTypeRestoreTestingRecoveryPointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RestoreTestingRecoveryPointTypeRestoreTestingRecoveryPointType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreTestingRecoveryPointType[]RestoreTestingRecoveryPointType. 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 RestoreTestingRecoveryPointType Modifier and Type Method Description static Set<RestoreTestingRecoveryPointType>RestoreTestingRecoveryPointType. knownValues()List<RestoreTestingRecoveryPointType>RestoreTestingRecoveryPointSelection. recoveryPointTypes()These are the types of recovery points.Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreTestingRecoveryPointType Modifier and Type Method Description RestoreTestingRecoveryPointSelection.BuilderRestoreTestingRecoveryPointSelection.Builder. recoveryPointTypes(RestoreTestingRecoveryPointType... recoveryPointTypes)These are the types of recovery points.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RestoreTestingRecoveryPointType Modifier and Type Method Description RestoreTestingRecoveryPointSelection.BuilderRestoreTestingRecoveryPointSelection.Builder. recoveryPointTypes(Collection<RestoreTestingRecoveryPointType> recoveryPointTypes)These are the types of recovery points.
-