| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
GetAdministratorAccountResult.getAdministrator() |
Invitation |
GetMasterAccountResult.getMaster()
A list of details about the Security Hub administrator account for the current member account.
|
Invitation |
Invitation.withAccountId(String accountId)
The account ID of the Security Hub administrator account that the invitation was sent from.
|
Invitation |
Invitation.withInvitationId(String invitationId)
The ID of the invitation sent to the member account.
|
Invitation |
Invitation.withInvitedAt(Date invitedAt)
The timestamp of when the invitation was sent.
|
Invitation |
Invitation.withMemberStatus(String memberStatus)
The current status of the association between the member and administrator accounts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResult.getInvitations()
The details of the invitations returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAdministratorAccountResult.setAdministrator(Invitation administrator) |
void |
GetMasterAccountResult.setMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
|
GetAdministratorAccountResult |
GetAdministratorAccountResult.withAdministrator(Invitation administrator) |
ListInvitationsResult |
ListInvitationsResult.withInvitations(Invitation... invitations)
The details of the invitations returned by the operation.
|
GetMasterAccountResult |
GetMasterAccountResult.withMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
|
Copyright © 2021. All rights reserved.