| 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 CreateGraphResponse |
DetectiveClient.createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest)
Creates a new behavior graph for the calling account, and sets that account as the master account.
|
default CreateGraphResponse |
DetectiveClient.createGraph(CreateGraphRequest createGraphRequest)
Creates a new behavior graph for the calling account, and sets that account as the master account.
|
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 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. |
Copyright © 2020. All rights reserved.