Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByLegalHoldResponse
-
Packages that use ListRecoveryPointsByLegalHoldResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListRecoveryPointsByLegalHoldResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListRecoveryPointsByLegalHoldResponse Modifier and Type Method Description default ListRecoveryPointsByLegalHoldResponseBackupClient. listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> 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.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListRecoveryPointsByLegalHoldResponse Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsByLegalHoldResponse>BackupAsyncClient. listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default CompletableFuture<ListRecoveryPointsByLegalHoldResponse>BackupAsyncClient. listRecoveryPointsByLegalHold(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold. -
Uses of ListRecoveryPointsByLegalHoldResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListRecoveryPointsByLegalHoldResponse Modifier and Type Method Description Iterator<ListRecoveryPointsByLegalHoldResponse>ListRecoveryPointsByLegalHoldIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListRecoveryPointsByLegalHoldResponse Modifier and Type Method Description voidListRecoveryPointsByLegalHoldPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByLegalHoldResponse> subscriber)
-