default AcceptInvitationResponse |
DetectiveClient.acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest) |
Accepts an invitation for the member account to contribute data to a behavior graph.
|
default AcceptInvitationResponse |
DetectiveClient.acceptInvitation(AcceptInvitationRequest acceptInvitationRequest) |
Accepts an invitation for the member account to contribute data to a behavior graph.
|
default CreateGraphResponse |
DetectiveClient.createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest) |
Creates a new behavior graph for the calling account, and sets that account as the administrator account.
|
default CreateGraphResponse |
DetectiveClient.createGraph(CreateGraphRequest createGraphRequest) |
Creates a new behavior graph for the calling account, and sets that account as the administrator account.
|
default DeleteMembersResponse |
DetectiveClient.deleteMembers(Consumer<DeleteMembersRequest.Builder> deleteMembersRequest) |
Removes the specified member accounts from the behavior graph.
|
default DeleteMembersResponse |
DetectiveClient.deleteMembers(DeleteMembersRequest deleteMembersRequest) |
Removes the specified member accounts from the behavior graph.
|
default DisassociateMembershipResponse |
DetectiveClient.disassociateMembership(Consumer<DisassociateMembershipRequest.Builder> disassociateMembershipRequest) |
Removes the member account from the specified behavior graph.
|
default DisassociateMembershipResponse |
DetectiveClient.disassociateMembership(DisassociateMembershipRequest disassociateMembershipRequest) |
Removes the member account from the specified behavior graph.
|
default RejectInvitationResponse |
DetectiveClient.rejectInvitation(Consumer<RejectInvitationRequest.Builder> rejectInvitationRequest) |
Rejects an invitation to contribute the account data to a behavior graph.
|
default RejectInvitationResponse |
DetectiveClient.rejectInvitation(RejectInvitationRequest rejectInvitationRequest) |
Rejects an invitation to contribute the account data to a behavior graph.
|
default StartMonitoringMemberResponse |
DetectiveClient.startMonitoringMember(Consumer<StartMonitoringMemberRequest.Builder> startMonitoringMemberRequest) |
Sends a request to enable data ingest for a member account that has a status of
ACCEPTED_BUT_DISABLED.
|
default StartMonitoringMemberResponse |
DetectiveClient.startMonitoringMember(StartMonitoringMemberRequest startMonitoringMemberRequest) |
Sends a request to enable data ingest for a member account that has a status of
ACCEPTED_BUT_DISABLED.
|