Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListProposalsResponse
-
Packages that use ListProposalsResponse Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.paginators -
-
Uses of ListProposalsResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListProposalsResponse Modifier and Type Method Description default ListProposalsResponseManagedBlockchainClient. listProposals(Consumer<ListProposalsRequest.Builder> listProposalsRequest)Returns a list of proposals for the network.default ListProposalsResponseManagedBlockchainClient. listProposals(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type ListProposalsResponse Modifier and Type Method Description default CompletableFuture<ListProposalsResponse>ManagedBlockchainAsyncClient. listProposals(Consumer<ListProposalsRequest.Builder> listProposalsRequest)Returns a list of proposals for the network.default CompletableFuture<ListProposalsResponse>ManagedBlockchainAsyncClient. listProposals(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network. -
Uses of ListProposalsResponse in software.amazon.awssdk.services.managedblockchain.paginators
Methods in software.amazon.awssdk.services.managedblockchain.paginators that return types with arguments of type ListProposalsResponse Modifier and Type Method Description Iterator<ListProposalsResponse>ListProposalsIterable. iterator()Method parameters in software.amazon.awssdk.services.managedblockchain.paginators with type arguments of type ListProposalsResponse Modifier and Type Method Description voidListProposalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProposalsResponse> subscriber)
-