| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective |
Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security
issues across your Amazon Web Services (Amazon Web Services) 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 BatchGetGraphMemberDatasourcesResponse |
DetectiveClient.batchGetGraphMemberDatasources(BatchGetGraphMemberDatasourcesRequest batchGetGraphMemberDatasourcesRequest)
Gets data source package information for the behavior graph.
|
default BatchGetGraphMemberDatasourcesResponse |
DetectiveClient.batchGetGraphMemberDatasources(Consumer<BatchGetGraphMemberDatasourcesRequest.Builder> batchGetGraphMemberDatasourcesRequest)
Gets data source package information for the behavior graph.
|
default BatchGetMembershipDatasourcesResponse |
DetectiveClient.batchGetMembershipDatasources(BatchGetMembershipDatasourcesRequest batchGetMembershipDatasourcesRequest)
Gets information on the data source package history for an account.
|
default BatchGetMembershipDatasourcesResponse |
DetectiveClient.batchGetMembershipDatasources(Consumer<BatchGetMembershipDatasourcesRequest.Builder> batchGetMembershipDatasourcesRequest)
Gets information on the data source package history for an account.
|
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 CreateMembersResponse |
DetectiveClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
CreateMembers is used to send invitations to accounts. |
default CreateMembersResponse |
DetectiveClient.createMembers(CreateMembersRequest createMembersRequest)
CreateMembers is used to send invitations to accounts. |
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)
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 DescribeOrganizationConfigurationResponse |
DetectiveClient.describeOrganizationConfiguration(Consumer<DescribeOrganizationConfigurationRequest.Builder> describeOrganizationConfigurationRequest)
Returns information about the configuration for the organization behavior graph.
|
default DescribeOrganizationConfigurationResponse |
DetectiveClient.describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Returns information about the configuration for the organization behavior graph.
|
default DisableOrganizationAdminAccountResponse |
DetectiveClient.disableOrganizationAdminAccount(Consumer<DisableOrganizationAdminAccountRequest.Builder> disableOrganizationAdminAccountRequest)
Removes the Detective administrator account in the current Region.
|
default DisableOrganizationAdminAccountResponse |
DetectiveClient.disableOrganizationAdminAccount(DisableOrganizationAdminAccountRequest disableOrganizationAdminAccountRequest)
Removes the Detective administrator account in the current Region.
|
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 EnableOrganizationAdminAccountResponse |
DetectiveClient.enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)
Designates the Detective administrator account for the organization in the current Region.
|
default EnableOrganizationAdminAccountResponse |
DetectiveClient.enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)
Designates the Detective administrator account for the organization in the current Region.
|
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 ListDatasourcePackagesResponse |
DetectiveClient.listDatasourcePackages(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
default ListDatasourcePackagesResponse |
DetectiveClient.listDatasourcePackages(ListDatasourcePackagesRequest listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
default ListDatasourcePackagesIterable |
DetectiveClient.listDatasourcePackagesPaginator(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
default ListDatasourcePackagesIterable |
DetectiveClient.listDatasourcePackagesPaginator(ListDatasourcePackagesRequest listDatasourcePackagesRequest)
Lists data source packages in the 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 ListOrganizationAdminAccountsResponse |
DetectiveClient.listOrganizationAdminAccounts(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)
Returns information about the Detective administrator account for an organization.
|
default ListOrganizationAdminAccountsResponse |
DetectiveClient.listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Returns information about the Detective administrator account for an organization.
|
default ListOrganizationAdminAccountsIterable |
DetectiveClient.listOrganizationAdminAccountsPaginator(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)
Returns information about the Detective administrator account for an organization.
|
default ListOrganizationAdminAccountsIterable |
DetectiveClient.listOrganizationAdminAccountsPaginator(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)
Returns information about the Detective administrator account for an organization.
|
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.
|
default UpdateDatasourcePackagesResponse |
DetectiveClient.updateDatasourcePackages(Consumer<UpdateDatasourcePackagesRequest.Builder> updateDatasourcePackagesRequest)
Starts a data source packages for the behavior graph.
|
default UpdateDatasourcePackagesResponse |
DetectiveClient.updateDatasourcePackages(UpdateDatasourcePackagesRequest updateDatasourcePackagesRequest)
Starts a data source packages for the behavior graph.
|
default UpdateOrganizationConfigurationResponse |
DetectiveClient.updateOrganizationConfiguration(Consumer<UpdateOrganizationConfigurationRequest.Builder> updateOrganizationConfigurationRequest)
Updates the configuration for the Organizations integration in the current Region.
|
default UpdateOrganizationConfigurationResponse |
DetectiveClient.updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest updateOrganizationConfigurationRequest)
Updates the configuration for the Organizations integration in the current Region.
|
Copyright © 2023. All rights reserved.