| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveAction |
RemoveAction.clone() |
RemoveAction |
RemoveAction.withMemberId(String memberId)
The unique identifier of the member to remove.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoveAction> |
ProposalActions.getRemovals()
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 |
|---|---|
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 |
ProposalActions.setRemovals(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(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. |
Copyright © 2019. All rights reserved.