| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
Invitation.withCreationDate(Date creationDate)
The date and time that the invitation was created.
|
Invitation |
Invitation.withExpirationDate(Date expirationDate)
The date and time that the invitation expires.
|
Invitation |
Invitation.withInvitationId(String invitationId)
The unique identifier for the invitation.
|
Invitation |
Invitation.withNetworkSummary(NetworkSummary networkSummary) |
Invitation |
Invitation.withStatus(InvitationStatus status)
The status of the invitation:
|
Invitation |
Invitation.withStatus(String status)
The status of the invitation:
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResult.getInvitations()
The invitations for the network.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Invitation... invitations)
The invitations for the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<Invitation> invitations)
The invitations for the network.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<Invitation> invitations)
The invitations for the network.
|
Copyright © 2020. All rights reserved.