Uses of Class
software.amazon.awssdk.services.backup.model.RestoreTestingSelectionForList
-
Packages that use RestoreTestingSelectionForList Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of RestoreTestingSelectionForList in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RestoreTestingSelectionForList Modifier and Type Method Description List<RestoreTestingSelectionForList>ListRestoreTestingSelectionsResponse. restoreTestingSelections()The returned restore testing selections associated with the restore testing plan.Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreTestingSelectionForList Modifier and Type Method Description ListRestoreTestingSelectionsResponse.BuilderListRestoreTestingSelectionsResponse.Builder. restoreTestingSelections(RestoreTestingSelectionForList... restoreTestingSelections)The returned restore testing selections associated with the restore testing plan.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RestoreTestingSelectionForList Modifier and Type Method Description ListRestoreTestingSelectionsResponse.BuilderListRestoreTestingSelectionsResponse.Builder. restoreTestingSelections(Collection<RestoreTestingSelectionForList> restoreTestingSelections)The returned restore testing selections associated with the restore testing plan. -
Uses of RestoreTestingSelectionForList in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type RestoreTestingSelectionForList Modifier and Type Method Description SdkIterable<RestoreTestingSelectionForList>ListRestoreTestingSelectionsIterable. restoreTestingSelections()Returns an iterable to iterate through the paginatedListRestoreTestingSelectionsResponse.restoreTestingSelections()member.SdkPublisher<RestoreTestingSelectionForList>ListRestoreTestingSelectionsPublisher. restoreTestingSelections()Returns a publisher that can be used to get a stream of data.
-