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() |
|