| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static ProposalActions.Builder |
ProposalActions.builder() |
ProposalActions.Builder |
ProposalActions.Builder.invitations(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.Builder |
ProposalActions.Builder.invitations(Consumer<InviteAction.Builder>... 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.Builder |
ProposalActions.Builder.invitations(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.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. |
ProposalActions.Builder |
ProposalActions.Builder.removals(Consumer<RemoveAction.Builder>... 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.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. |
ProposalActions.Builder |
ProposalActions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProposalActions.Builder> |
ProposalActions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Proposal.Builder |
Proposal.Builder.actions(Consumer<ProposalActions.Builder> actions)
The actions to perform on the network if the proposal is
APPROVED. |
default CreateProposalRequest.Builder |
CreateProposalRequest.Builder.actions(Consumer<ProposalActions.Builder> actions)
The type of actions proposed, such as inviting a member or removing a member.
|
Copyright © 2023. All rights reserved.