| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListDetectorsResult |
AbstractAmazonGuardDuty.listDetectors(ListDetectorsRequest request) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.listDetectorsAsync(ListDetectorsRequest request) |
Future<ListDetectorsResult> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsRequest |
ListDetectorsRequest.clone() |
ListDetectorsRequest |
ListDetectorsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListDetectorsRequest |
ListDetectorsRequest.withNextToken(String nextToken)
You can use this parameter when paginating results.
|
Copyright © 2023. All rights reserved.