| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
|
| 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) |
ListDetectorsResult |
ListDetectorsResult.withDetectorIds(String... detectorIds)
NOTE: This method appends the values to the existing list (if any).
|
ListDetectorsResult |
ListDetectorsResult.withNextToken(String nextToken) |
Copyright © 2018. All rights reserved.