Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByResourceResponse
-
Packages that use ListRecoveryPointsByResourceResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListRecoveryPointsByResourceResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListRecoveryPointsByResourceResponse Modifier and Type Method Description default ListRecoveryPointsByResourceResponseBackupClient. listRecoveryPointsByResource(Consumer<ListRecoveryPointsByResourceRequest.Builder> listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).default ListRecoveryPointsByResourceResponseBackupClient. listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListRecoveryPointsByResourceResponse Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsByResourceResponse>BackupAsyncClient. listRecoveryPointsByResource(Consumer<ListRecoveryPointsByResourceRequest.Builder> listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).default CompletableFuture<ListRecoveryPointsByResourceResponse>BackupAsyncClient. listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). -
Uses of ListRecoveryPointsByResourceResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListRecoveryPointsByResourceResponse Modifier and Type Method Description Iterator<ListRecoveryPointsByResourceResponse>ListRecoveryPointsByResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListRecoveryPointsByResourceResponse Modifier and Type Method Description voidListRecoveryPointsByResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByResourceResponse> subscriber)
-