Uses of Class
software.amazon.awssdk.services.managedblockchain.model.Invitation
-
Packages that use Invitation Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of Invitation in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type Invitation Modifier and Type Method Description List<Invitation>ListInvitationsResponse. invitations()The invitations for the network.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Invitation... invitations)The invitations for the network.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Collection<Invitation> invitations)The invitations for the network.
-