| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
GetMasterAccountResult.getMaster()
A list of details about the Security Hub master account for the current member account.
|
Invitation |
Invitation.withAccountId(String accountId)
The account ID of the master Security Hub account who sent the invitation.
|
Invitation |
Invitation.withInvitationId(String invitationId)
The ID of the invitation sent by the master Security Hub account.
|
Invitation |
Invitation.withInvitedAt(Date invitedAt)
The timestamp of when the invitation was sent.
|
Invitation |
Invitation.withMemberStatus(String memberStatus)
The current relationship status between the inviter and invitee 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 |
GetMasterAccountResult.setMaster(Invitation master)
A list of details about the Security Hub master account for the current member account.
|
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 master 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 © 2019. All rights reserved.