Uses of Class
software.amazon.awssdk.services.managedblockchain.model.InviteAction
-
Packages that use InviteAction Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of InviteAction in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type InviteAction Modifier and Type Method Description List<InviteAction>ProposalActions. invitations()The actions to perform for anAPPROVEDproposal to invite an Amazon Web Services account to create a member and join the network.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type InviteAction Modifier and Type Method Description ProposalActions.BuilderProposalActions.Builder. invitations(InviteAction... invitations)The actions to perform for anAPPROVEDproposal to invite an Amazon Web Services account to create a member and join the network.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type InviteAction Modifier and Type Method Description ProposalActions.BuilderProposalActions.Builder. invitations(Collection<InviteAction> invitations)The actions to perform for anAPPROVEDproposal to invite an Amazon Web Services account to create a member and join the network.
-