| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
MemberDetail |
MemberDetail.clone() |
MemberDetail |
MemberDetail.withAccountId(String accountId)
The AWS account identifier for the member account.
|
MemberDetail |
MemberDetail.withDisabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled. |
MemberDetail |
MemberDetail.withDisabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled. |
MemberDetail |
MemberDetail.withEmailAddress(String emailAddress)
The AWS account root user email address for the member account.
|
MemberDetail |
MemberDetail.withGraphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
|
MemberDetail |
MemberDetail.withInvitedTime(Date invitedTime)
The date and time that Detective sent the invitation to the member account.
|
MemberDetail |
MemberDetail.withMasterId(String masterId)
The AWS account identifier of the master account for the behavior graph.
|
MemberDetail |
MemberDetail.withPercentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume.
|
MemberDetail |
MemberDetail.withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
|
MemberDetail |
MemberDetail.withStatus(MemberStatus status)
The current membership status of the member account.
|
MemberDetail |
MemberDetail.withStatus(String status)
The current membership status of the member account.
|
MemberDetail |
MemberDetail.withUpdatedTime(Date updatedTime)
The date and time that the member account was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberDetail> |
ListInvitationsResult.getInvitations()
The list of behavior graphs for which the member account has open or accepted invitations.
|
List<MemberDetail> |
ListMembersResult.getMemberDetails()
The list of member accounts in the behavior graph.
|
List<MemberDetail> |
GetMembersResult.getMemberDetails()
The member account details that Detective is returning in response to the request.
|
List<MemberDetail> |
CreateMembersResult.getMembers()
The set of member account invitation requests that Detective was able to process.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResult |
ListInvitationsResult.withInvitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListMembersResult |
ListMembersResult.withMemberDetails(MemberDetail... memberDetails)
The list of member accounts in the behavior graph.
|
GetMembersResult |
GetMembersResult.withMemberDetails(MemberDetail... memberDetails)
The member account details that Detective is returning in response to the request.
|
CreateMembersResult |
CreateMembersResult.withMembers(MemberDetail... members)
The set of member account invitation requests that Detective was able to process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsResult.setInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
void |
ListMembersResult.setMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
|
void |
GetMembersResult.setMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
|
void |
CreateMembersResult.setMembers(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process.
|
ListInvitationsResult |
ListInvitationsResult.withInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListMembersResult |
ListMembersResult.withMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
|
GetMembersResult |
GetMembersResult.withMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
|
CreateMembersResult |
CreateMembersResult.withMembers(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process.
|
Copyright © 2021. All rights reserved.