Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ProposalActions
-
Packages that use ProposalActions Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ProposalActions in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ProposalActions Modifier and Type Method Description ProposalActionsCreateProposalRequest. actions()The type of actions proposed, such as inviting a member or removing a member.ProposalActionsProposal. actions()The actions to perform on the network if the proposal isAPPROVED.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type ProposalActions Modifier and Type Method Description CreateProposalRequest.BuilderCreateProposalRequest.Builder. actions(ProposalActions actions)The type of actions proposed, such as inviting a member or removing a member.Proposal.BuilderProposal.Builder. actions(ProposalActions actions)The actions to perform on the network if the proposal isAPPROVED.
-