Uses of Class
software.amazon.awssdk.services.backup.model.ListIndexedRecoveryPointsResponse
-
Packages that use ListIndexedRecoveryPointsResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListIndexedRecoveryPointsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListIndexedRecoveryPointsResponse Modifier and Type Method Description default ListIndexedRecoveryPointsResponseBackupClient. listIndexedRecoveryPoints(Consumer<ListIndexedRecoveryPointsRequest.Builder> listIndexedRecoveryPointsRequest)This operation returns a list of recovery points that have an associated index, belonging to the specified account.default ListIndexedRecoveryPointsResponseBackupClient. listIndexedRecoveryPoints(ListIndexedRecoveryPointsRequest listIndexedRecoveryPointsRequest)This operation returns a list of recovery points that have an associated index, belonging to the specified account.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListIndexedRecoveryPointsResponse Modifier and Type Method Description default CompletableFuture<ListIndexedRecoveryPointsResponse>BackupAsyncClient. listIndexedRecoveryPoints(Consumer<ListIndexedRecoveryPointsRequest.Builder> listIndexedRecoveryPointsRequest)This operation returns a list of recovery points that have an associated index, belonging to the specified account.default CompletableFuture<ListIndexedRecoveryPointsResponse>BackupAsyncClient. listIndexedRecoveryPoints(ListIndexedRecoveryPointsRequest listIndexedRecoveryPointsRequest)This operation returns a list of recovery points that have an associated index, belonging to the specified account. -
Uses of ListIndexedRecoveryPointsResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListIndexedRecoveryPointsResponse Modifier and Type Method Description Iterator<ListIndexedRecoveryPointsResponse>ListIndexedRecoveryPointsIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListIndexedRecoveryPointsResponse Modifier and Type Method Description voidListIndexedRecoveryPointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIndexedRecoveryPointsResponse> subscriber)
-