Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByLegalHoldRequest
-
Packages that use ListRecoveryPointsByLegalHoldRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListRecoveryPointsByLegalHoldRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListRecoveryPointsByLegalHoldRequest Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsByLegalHoldResponse>BackupAsyncClient. listRecoveryPointsByLegalHold(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldResponseBackupClient. listRecoveryPointsByLegalHold(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldPublisherBackupAsyncClient. listRecoveryPointsByLegalHoldPaginator(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldIterableBackupClient. listRecoveryPointsByLegalHoldPaginator(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold. -
Uses of ListRecoveryPointsByLegalHoldRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListRecoveryPointsByLegalHoldRequest Constructor Description ListRecoveryPointsByLegalHoldIterable(BackupClient client, ListRecoveryPointsByLegalHoldRequest firstRequest)ListRecoveryPointsByLegalHoldPublisher(BackupAsyncClient client, ListRecoveryPointsByLegalHoldRequest firstRequest) -
Uses of ListRecoveryPointsByLegalHoldRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListRecoveryPointsByLegalHoldRequest Modifier and Type Method Description SdkHttpFullRequestListRecoveryPointsByLegalHoldRequestMarshaller. marshall(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)
-