| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
MemberDetail |
MemberDetail.addDatasourcePackageIngestStatesEntry(String key,
String value)
Add a single DatasourcePackageIngestStates entry
|
MemberDetail |
MemberDetail.addVolumeUsageByDatasourcePackageEntry(String key,
DatasourcePackageUsageInfo value)
Add a single VolumeUsageByDatasourcePackage entry
|
MemberDetail |
MemberDetail.clearDatasourcePackageIngestStatesEntries()
Removes all the entries added into DatasourcePackageIngestStates.
|
MemberDetail |
MemberDetail.clearVolumeUsageByDatasourcePackageEntries()
Removes all the entries added into VolumeUsageByDatasourcePackage.
|
MemberDetail |
MemberDetail.clone() |
MemberDetail |
MemberDetail.withAccountId(String accountId)
The Amazon Web Services account identifier for the member account.
|
MemberDetail |
MemberDetail.withAdministratorId(String administratorId)
The Amazon Web Services account identifier of the administrator account for the behavior graph.
|
MemberDetail |
MemberDetail.withDatasourcePackageIngestStates(Map<String,String> datasourcePackageIngestStates)
The state of a data source package for the behavior graph.
|
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 Amazon Web Services account root user email address for the member account.
|
MemberDetail |
MemberDetail.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
MemberDetail |
MemberDetail.withInvitationType(InvitationType invitationType)
The type of behavior graph membership.
|
MemberDetail |
MemberDetail.withInvitationType(String invitationType)
The type of behavior graph membership.
|
MemberDetail |
MemberDetail.withInvitedTime(Date invitedTime)
For invited accounts, the date and time that Detective sent the invitation to the account.
|
MemberDetail |
MemberDetail.withMasterId(String masterId)
Deprecated.
|
MemberDetail |
MemberDetail.withPercentOfGraphUtilization(Double percentOfGraphUtilization)
Deprecated.
|
MemberDetail |
MemberDetail.withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
Deprecated.
|
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.
|
MemberDetail |
MemberDetail.withVolumeUsageByDatasourcePackage(Map<String,DatasourcePackageUsageInfo> volumeUsageByDatasourcePackage)
Details on the volume of usage for each data source package in a behavior graph.
|
MemberDetail |
MemberDetail.withVolumeUsageInBytes(Long volumeUsageInBytes)
Deprecated.
|
MemberDetail |
MemberDetail.withVolumeUsageUpdatedTime(Date volumeUsageUpdatedTime)
Deprecated.
|
| 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 or enablement 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 or enablement 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 or enablement 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 or enablement requests that Detective was able to process.
|
Copyright © 2024. All rights reserved.