Uses of Class
software.amazon.awssdk.services.backup.model.ListLegalHoldsRequest
-
Packages that use ListLegalHoldsRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListLegalHoldsRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListLegalHoldsRequest Modifier and Type Method Description default CompletableFuture<ListLegalHoldsResponse>BackupAsyncClient. listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)This action returns metadata about active and previous legal holds.default ListLegalHoldsResponseBackupClient. listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)This action returns metadata about active and previous legal holds.default ListLegalHoldsPublisherBackupAsyncClient. listLegalHoldsPaginator(ListLegalHoldsRequest listLegalHoldsRequest)This is a variant ofBackupAsyncClient.listLegalHolds(software.amazon.awssdk.services.backup.model.ListLegalHoldsRequest)operation.default ListLegalHoldsIterableBackupClient. listLegalHoldsPaginator(ListLegalHoldsRequest listLegalHoldsRequest)This is a variant ofBackupClient.listLegalHolds(software.amazon.awssdk.services.backup.model.ListLegalHoldsRequest)operation. -
Uses of ListLegalHoldsRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListLegalHoldsRequest Constructor Description ListLegalHoldsIterable(BackupClient client, ListLegalHoldsRequest firstRequest)ListLegalHoldsPublisher(BackupAsyncClient client, ListLegalHoldsRequest firstRequest) -
Uses of ListLegalHoldsRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListLegalHoldsRequest Modifier and Type Method Description SdkHttpFullRequestListLegalHoldsRequestMarshaller. marshall(ListLegalHoldsRequest listLegalHoldsRequest)
-