| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational
data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs,
EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon
EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
|
| 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 |
AbstractAmazonGuardDuty.listDetectors(ListDetectorsRequest request) |
ListDetectorsResult |
AmazonGuardDuty.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
Future<ListDetectorsResult> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.listDetectorsAsync(ListDetectorsRequest request) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest listDetectorsRequest)
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) |
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> |
AbstractAmazonGuardDutyAsync.listDetectorsAsync(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResult> asyncHandler) |
Future<ListDetectorsResult> |
AmazonGuardDutyAsyncClient.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.