Uses of Interface
software.amazon.awssdk.services.backup.model.RecoveryPointSelection.Builder
-
Packages that use RecoveryPointSelection.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RecoveryPointSelection.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RecoveryPointSelection.Builder Modifier and Type Method Description static RecoveryPointSelection.BuilderRecoveryPointSelection. builder()default RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. dateRange(Consumer<DateRange.Builder> dateRange)Sets the value of the DateRange property for this object.RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. dateRange(DateRange dateRange)Sets the value of the DateRange property for this object.RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. resourceIdentifiers(String... resourceIdentifiers)These are the resources included in the resource selection (including type of resources and vaults).RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. resourceIdentifiers(Collection<String> resourceIdentifiers)These are the resources included in the resource selection (including type of resources and vaults).RecoveryPointSelection.BuilderRecoveryPointSelection. toBuilder()RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. vaultNames(String... vaultNames)These are the names of the vaults in which the selected recovery points are contained.RecoveryPointSelection.BuilderRecoveryPointSelection.Builder. vaultNames(Collection<String> vaultNames)These are the names of the vaults in which the selected recovery points are contained.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RecoveryPointSelection.Builder Modifier and Type Method Description static Class<? extends RecoveryPointSelection.Builder>RecoveryPointSelection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RecoveryPointSelection.Builder Modifier and Type Method Description default CreateLegalHoldRequest.BuilderCreateLegalHoldRequest.Builder. recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)This specifies criteria to assign a set of resources, such as resource types or backup vaults.default CreateLegalHoldResponse.BuilderCreateLegalHoldResponse.Builder. recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)This specifies criteria to assign a set of resources, such as resource types or backup vaults.default GetLegalHoldResponse.BuilderGetLegalHoldResponse.Builder. recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)This specifies criteria to assign a set of resources, such as resource types or backup vaults.
-