| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
Invitation.withAccountId(String accountId)
The ID of the account that the invitation was sent from.
|
Invitation |
Invitation.withInvitationId(String invitationId)
The ID of the invitation.
|
Invitation |
Invitation.withInvitedAt(String invitedAt)
The timestamp when 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()
A list of invitation descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Invitation... invitations)
A list of invitation descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<Invitation> invitations)
A list of invitation descriptions.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<Invitation> invitations)
A list of invitation descriptions.
|
Copyright © 2021. All rights reserved.