Uses of Class
software.amazon.awssdk.services.backup.model.ListLegalHoldsResponse
-
Packages that use ListLegalHoldsResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListLegalHoldsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListLegalHoldsResponse Modifier and Type Method Description default ListLegalHoldsResponseBackupClient. listLegalHolds(Consumer<ListLegalHoldsRequest.Builder> 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.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListLegalHoldsResponse Modifier and Type Method Description default CompletableFuture<ListLegalHoldsResponse>BackupAsyncClient. listLegalHolds(Consumer<ListLegalHoldsRequest.Builder> listLegalHoldsRequest)This action returns metadata about active and previous legal holds.default CompletableFuture<ListLegalHoldsResponse>BackupAsyncClient. listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)This action returns metadata about active and previous legal holds. -
Uses of ListLegalHoldsResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListLegalHoldsResponse Modifier and Type Method Description Iterator<ListLegalHoldsResponse>ListLegalHoldsIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListLegalHoldsResponse Modifier and Type Method Description voidListLegalHoldsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLegalHoldsResponse> subscriber)
-