Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByResourceRequest
-
Packages that use ListRecoveryPointsByResourceRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListRecoveryPointsByResourceRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListRecoveryPointsByResourceRequest Modifier and Type Method Description 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).default ListRecoveryPointsByResourceResponseBackupClient. listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).default ListRecoveryPointsByResourcePublisherBackupAsyncClient. listRecoveryPointsByResourcePaginator(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).default ListRecoveryPointsByResourceIterableBackupClient. listRecoveryPointsByResourcePaginator(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). -
Uses of ListRecoveryPointsByResourceRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListRecoveryPointsByResourceRequest Constructor Description ListRecoveryPointsByResourceIterable(BackupClient client, ListRecoveryPointsByResourceRequest firstRequest)ListRecoveryPointsByResourcePublisher(BackupAsyncClient client, ListRecoveryPointsByResourceRequest firstRequest) -
Uses of ListRecoveryPointsByResourceRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListRecoveryPointsByResourceRequest Modifier and Type Method Description SdkHttpFullRequestListRecoveryPointsByResourceRequestMarshaller. marshall(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
-