| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
InviteAction |
InviteAction.clone() |
InviteAction |
InviteAction.withPrincipal(String principal)
The Amazon Web Services account ID to invite.
|
| Modifier and Type | Method and Description |
|---|---|
List<InviteAction> |
ProposalActions.getInvitations()
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to create a
member and join the network. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalActions.setInvitations(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(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. |
Copyright © 2024. All rights reserved.