| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProposalsResponse |
ManagedBlockchainClient.listProposals(Consumer<ListProposalsRequest.Builder> listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsResponse |
ManagedBlockchainClient.listProposals(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProposalsResponse> |
ListProposalsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProposalsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProposalsResponse> subscriber) |
Copyright © 2023. All rights reserved.