Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListProposalsRequest
-
-
Uses of ListProposalsRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type ListProposalsRequest Modifier and Type Method Description default CompletableFuture<ListProposalsResponse>ManagedBlockchainAsyncClient. listProposals(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network.default ListProposalsResponseManagedBlockchainClient. listProposals(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network.default ListProposalsPublisherManagedBlockchainAsyncClient. listProposalsPaginator(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network.default ListProposalsIterableManagedBlockchainClient. listProposalsPaginator(ListProposalsRequest listProposalsRequest)Returns a list of proposals for the network. -
Uses of ListProposalsRequest in software.amazon.awssdk.services.managedblockchain.paginators
Constructors in software.amazon.awssdk.services.managedblockchain.paginators with parameters of type ListProposalsRequest Constructor Description ListProposalsIterable(ManagedBlockchainClient client, ListProposalsRequest firstRequest)ListProposalsPublisher(ManagedBlockchainAsyncClient client, ListProposalsRequest firstRequest) -
Uses of ListProposalsRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type ListProposalsRequest Modifier and Type Method Description SdkHttpFullRequestListProposalsRequestMarshaller. marshall(ListProposalsRequest listProposalsRequest)
-