Uses of Class
software.amazon.awssdk.services.managedblockchain.model.CreateProposalResponse
-
Packages that use CreateProposalResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of CreateProposalResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return CreateProposalResponse Modifier and Type Method Description default CreateProposalResponseManagedBlockchainClient. createProposal(Consumer<CreateProposalRequest.Builder> 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.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type CreateProposalResponse Modifier and Type Method Description default CompletableFuture<CreateProposalResponse>ManagedBlockchainAsyncClient. createProposal(Consumer<CreateProposalRequest.Builder> 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 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.
-