Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListTransactionsResponse
-
Packages that use ListTransactionsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListTransactionsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListTransactionsResponse Modifier and Type Method Description default ListTransactionsResponseLakeFormationClient. listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)Returns metadata about transactions and their status.default ListTransactionsResponseLakeFormationClient. listTransactions(ListTransactionsRequest listTransactionsRequest)Returns metadata about transactions and their status.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListTransactionsResponse Modifier and Type Method Description default CompletableFuture<ListTransactionsResponse>LakeFormationAsyncClient. listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)Returns metadata about transactions and their status.default CompletableFuture<ListTransactionsResponse>LakeFormationAsyncClient. listTransactions(ListTransactionsRequest listTransactionsRequest)Returns metadata about transactions and their status. -
Uses of ListTransactionsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListTransactionsResponse Modifier and Type Method Description Iterator<ListTransactionsResponse>ListTransactionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListTransactionsResponse Modifier and Type Method Description voidListTransactionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTransactionsResponse> subscriber)
-