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 action returns metadata about active and previous legal holds.default ListLegalHoldsIterableBackupClient. listLegalHoldsPaginator(ListLegalHoldsRequest listLegalHoldsRequest)This action returns metadata about active and previous legal holds. -
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)
-