| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Member |
Member.clone() |
Member |
Member.withAccountId(String accountId)
The Amazon Web Services account ID of the member account.
|
Member |
Member.withAdministratorId(String administratorId)
The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
|
Member |
Member.withEmail(String email)
The email address of the member account.
|
Member |
Member.withInvitedAt(Date invitedAt)
A timestamp for the date and time when the invitation was sent to the member account.
|
Member |
Member.withMasterId(String masterId)
Deprecated.
|
Member |
Member.withMemberStatus(String memberStatus)
The status of the relationship between the member account and its administrator account.
|
Member |
Member.withUpdatedAt(Date updatedAt)
The timestamp for the date and time when the member account was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Member> |
ListMembersResult.getMembers()
Member details returned by the operation.
|
List<Member> |
GetMembersResult.getMembers()
The list of details about the Security Hub member accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembersResult |
ListMembersResult.withMembers(Member... members)
Member details returned by the operation.
|
GetMembersResult |
GetMembersResult.withMembers(Member... members)
The list of details about the Security Hub member accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembersResult.setMembers(Collection<Member> members)
Member details returned by the operation.
|
void |
GetMembersResult.setMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
|
ListMembersResult |
ListMembersResult.withMembers(Collection<Member> members)
Member details returned by the operation.
|
GetMembersResult |
GetMembersResult.withMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
|
Copyright © 2022. All rights reserved.