| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective |
Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues
across your Amazon Web Services (AWS) workloads.
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptInvitationResponse |
DetectiveClient.acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)
Accepts an invitation for the member account to contribute data to a behavior graph.
|
default AcceptInvitationResponse |
DetectiveClient.acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)
Accepts an invitation for the member account to contribute data to a behavior graph.
|
default CreateMembersResponse |
DetectiveClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
|
default CreateMembersResponse |
DetectiveClient.createMembers(CreateMembersRequest createMembersRequest)
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
|
default DeleteGraphResponse |
DetectiveClient.deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)
Disables the specified behavior graph and queues it to be deleted.
|
default DeleteGraphResponse |
DetectiveClient.deleteGraph(DeleteGraphRequest deleteGraphRequest)
Disables the specified behavior graph and queues it to be deleted.
|
default DeleteMembersResponse |
DetectiveClient.deleteMembers(Consumer<DeleteMembersRequest.Builder> deleteMembersRequest)
Deletes one or more member accounts from the administrator account's behavior graph.
|
default DeleteMembersResponse |
DetectiveClient.deleteMembers(DeleteMembersRequest deleteMembersRequest)
Deletes one or more member accounts from the administrator account's 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 GetMembersResponse |
DetectiveClient.getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)
Returns the membership details for specified member accounts for a behavior graph.
|
default GetMembersResponse |
DetectiveClient.getMembers(GetMembersRequest getMembersRequest)
Returns the membership details for specified member accounts for a behavior graph.
|
default ListGraphsResponse |
DetectiveClient.listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsResponse |
DetectiveClient.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsIterable |
DetectiveClient.listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsIterable |
DetectiveClient.listGraphsPaginator(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListInvitationsResponse |
DetectiveClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default ListInvitationsResponse |
DetectiveClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default ListInvitationsIterable |
DetectiveClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default ListInvitationsIterable |
DetectiveClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Retrieves the list of open and accepted behavior graph invitations for the member account.
|
default ListMembersResponse |
DetectiveClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default ListMembersResponse |
DetectiveClient.listMembers(ListMembersRequest listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default ListMembersIterable |
DetectiveClient.listMembersPaginator(Consumer<ListMembersRequest.Builder> listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default ListMembersIterable |
DetectiveClient.listMembersPaginator(ListMembersRequest listMembersRequest)
Retrieves the list of member accounts for a behavior graph.
|
default ListTagsForResourceResponse |
DetectiveClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns the tag values that are assigned to a behavior graph.
|
default ListTagsForResourceResponse |
DetectiveClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns the tag values that are assigned to a 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. |
default TagResourceResponse |
DetectiveClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Applies tag values to a behavior graph.
|
default TagResourceResponse |
DetectiveClient.tagResource(TagResourceRequest tagResourceRequest)
Applies tag values to a behavior graph.
|
default UntagResourceResponse |
DetectiveClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a behavior graph.
|
default UntagResourceResponse |
DetectiveClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a behavior graph.
|
Copyright © 2021. All rights reserved.