Uses of Class
software.amazon.awssdk.services.managedblockchain.model.RemoveAction
-
Packages that use RemoveAction Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of RemoveAction in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type RemoveAction Modifier and Type Method Description List<RemoveAction>ProposalActions. removals()The actions to perform for anAPPROVEDproposal to remove a member from the network, which deletes the member and all associated member resources from the network.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type RemoveAction Modifier and Type Method Description ProposalActions.BuilderProposalActions.Builder. removals(RemoveAction... removals)The actions to perform for anAPPROVEDproposal to remove a member from the network, which deletes the member and all associated member resources from the network.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type RemoveAction Modifier and Type Method Description ProposalActions.BuilderProposalActions.Builder. removals(Collection<RemoveAction> removals)The actions to perform for anAPPROVEDproposal to remove a member from the network, which deletes the member and all associated member resources from the network.
-