| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ProposalActions |
ProposalActions.clone() |
ProposalActions |
Proposal.getActions()
The actions to perform on the network if the proposal is
APPROVED. |
ProposalActions |
CreateProposalRequest.getActions()
The type of actions proposed, such as inviting a member or removing a member.
|
ProposalActions |
ProposalActions.withInvitations(Collection<InviteAction> invitations)
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to create a
member and join the network. |
ProposalActions |
ProposalActions.withInvitations(InviteAction... invitations)
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to create a
member and join the network. |
ProposalActions |
ProposalActions.withRemovals(Collection<RemoveAction> removals)
The actions to perform for an
APPROVED proposal to remove a member from the network, which deletes
the member and all associated member resources from the network. |
ProposalActions |
ProposalActions.withRemovals(RemoveAction... removals)
The actions to perform for an
APPROVED proposal to remove a member from the network, which deletes
the member and all associated member resources from the network. |
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setActions(ProposalActions actions)
The actions to perform on the network if the proposal is
APPROVED. |
void |
CreateProposalRequest.setActions(ProposalActions actions)
The type of actions proposed, such as inviting a member or removing a member.
|
Proposal |
Proposal.withActions(ProposalActions actions)
The actions to perform on the network if the proposal is
APPROVED. |
CreateProposalRequest |
CreateProposalRequest.withActions(ProposalActions actions)
The type of actions proposed, such as inviting a member or removing a member.
|
Copyright © 2025. All rights reserved.