| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProposalsResponse> |
ManagedBlockchainAsyncClient.listProposals(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsResponse |
ManagedBlockchainClient.listProposals(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsPublisher |
ManagedBlockchainAsyncClient.listProposalsPaginator(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsIterable |
ManagedBlockchainClient.listProposalsPaginator(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
| Constructor and Description |
|---|
ListProposalsIterable(ManagedBlockchainClient client,
ListProposalsRequest firstRequest) |
ListProposalsPublisher(ManagedBlockchainAsyncClient client,
ListProposalsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProposalsRequestMarshaller.marshall(ListProposalsRequest listProposalsRequest) |
Copyright © 2023. All rights reserved.