| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
GetAdministratorAccountResult.getAdministrator()
The Amazon Web Services account ID for the administrator account.
|
Invitation |
GetMasterAccountResult.getMaster()
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
Invitation |
Invitation.withAccountId(String accountId)
The Amazon Web Services account ID for the account that sent the invitation.
|
Invitation |
Invitation.withInvitationId(String invitationId)
The unique identifier for the invitation.
|
Invitation |
Invitation.withInvitedAt(Date invitedAt)
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
|
Invitation |
Invitation.withRelationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation (inviter account) and the
account that received the invitation (invitee account).
|
Invitation |
Invitation.withRelationshipStatus(String relationshipStatus)
The status of the relationship between the account that sent the invitation (inviter account) and the
account that received the invitation (invitee account).
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResult.getInvitations()
An array of objects, one for each invitation that was received by the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAdministratorAccountResult.setAdministrator(Invitation administrator)
The Amazon Web Services account ID for the administrator account.
|
void |
GetMasterAccountResult.setMaster(Invitation master)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
GetAdministratorAccountResult |
GetAdministratorAccountResult.withAdministrator(Invitation administrator)
The Amazon Web Services account ID for the administrator account.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Invitation... invitations)
An array of objects, one for each invitation that was received by the account.
|
GetMasterAccountResult |
GetMasterAccountResult.withMaster(Invitation master)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<Invitation> invitations)
An array of objects, one for each invitation that was received by the account.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<Invitation> invitations)
An array of objects, one for each invitation that was received by the account.
|
Copyright © 2021. All rights reserved.