| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
List<RemoveAction> |
ProposalActions.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 |
|---|---|
ProposalActions.Builder |
ProposalActions.Builder.removals(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 |
|---|---|
ProposalActions.Builder |
ProposalActions.Builder.removals(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 © 2023. All rights reserved.