Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxChangesetsResponse
-
Packages that use ListKxChangesetsResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.paginators -
-
Uses of ListKxChangesetsResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxChangesetsResponse Modifier and Type Method Description default ListKxChangesetsResponseFinspaceClient. listKxChangesets(Consumer<ListKxChangesetsRequest.Builder> listKxChangesetsRequest)Returns a list of all the changesets for a database.default ListKxChangesetsResponseFinspaceClient. listKxChangesets(ListKxChangesetsRequest listKxChangesetsRequest)Returns a list of all the changesets for a database.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxChangesetsResponse Modifier and Type Method Description default CompletableFuture<ListKxChangesetsResponse>FinspaceAsyncClient. listKxChangesets(Consumer<ListKxChangesetsRequest.Builder> listKxChangesetsRequest)Returns a list of all the changesets for a database.default CompletableFuture<ListKxChangesetsResponse>FinspaceAsyncClient. listKxChangesets(ListKxChangesetsRequest listKxChangesetsRequest)Returns a list of all the changesets for a database. -
Uses of ListKxChangesetsResponse in software.amazon.awssdk.services.finspace.paginators
Methods in software.amazon.awssdk.services.finspace.paginators that return types with arguments of type ListKxChangesetsResponse Modifier and Type Method Description Iterator<ListKxChangesetsResponse>ListKxChangesetsIterable. iterator()Method parameters in software.amazon.awssdk.services.finspace.paginators with type arguments of type ListKxChangesetsResponse Modifier and Type Method Description voidListKxChangesetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKxChangesetsResponse> subscriber)
-