| 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 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 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 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.
|
Copyright © 2023. All rights reserved.