| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
Invitation.withAccountId(String accountId)
Inviter account ID
|
Invitation |
Invitation.withInvitationId(String invitationId)
This value is used to validate the inviter account to the member account.
|
Invitation |
Invitation.withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Invitation |
Invitation.withRelationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResult.getInvitations() |
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Invitation... invitations)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<Invitation> invitations) |
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<Invitation> invitations) |
Copyright © 2018. All rights reserved.