Uses of Class
software.amazon.awssdk.services.backup.paginators.ListCopyJobSummariesIterable
-
Packages that use ListCopyJobSummariesIterable Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of ListCopyJobSummariesIterable in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListCopyJobSummariesIterable Modifier and Type Method Description default ListCopyJobSummariesIterableBackupClient. listCopyJobSummariesPaginator(Consumer<ListCopyJobSummariesRequest.Builder> listCopyJobSummariesRequest)This request obtains a list of copy jobs created or running within the the most recent 30 days.default ListCopyJobSummariesIterableBackupClient. listCopyJobSummariesPaginator(ListCopyJobSummariesRequest listCopyJobSummariesRequest)This request obtains a list of copy jobs created or running within the the most recent 30 days.
-