| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResult |
AbstractAmazonGuardDuty.listDetectors(ListDetectorsRequest request) |
ListDetectorsResult |
AmazonGuardDutyClient.listDetectors(ListDetectorsRequest request)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
ListDetectorsResult |
AmazonGuardDuty.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDetectorsResult> |
AmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListDetectorsResult> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResult |
ListDetectorsResult.clone() |
ListDetectorsResult |
ListDetectorsResult.withDetectorIds(Collection<String> detectorIds)
A list of detector IDs.
|
ListDetectorsResult |
ListDetectorsResult.withDetectorIds(String... detectorIds)
A list of detector IDs.
|
ListDetectorsResult |
ListDetectorsResult.withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
Copyright © 2020. All rights reserved.