Uses of Class
software.amazon.awssdk.services.managedblockchain.model.CreateProposalRequest
-
Packages that use CreateProposalRequest Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.transform -
-
Uses of CreateProposalRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type CreateProposalRequest Modifier and Type Method Description default CompletableFuture<CreateProposalResponse>ManagedBlockchainAsyncClient. createProposal(CreateProposalRequest createProposalRequest)Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network.default CreateProposalResponseManagedBlockchainClient. createProposal(CreateProposalRequest createProposalRequest)Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network. -
Uses of CreateProposalRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type CreateProposalRequest Modifier and Type Method Description SdkHttpFullRequestCreateProposalRequestMarshaller. marshall(CreateProposalRequest createProposalRequest)
-