| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDetectorsResponse |
GuardDutyClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default CompletableFuture<ListDetectorsResponse> |
GuardDutyAsyncClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsIterable |
GuardDutyClient.listDetectorsPaginator(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsPublisher |
GuardDutyAsyncClient.listDetectorsPaginator(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDetectorsRequest.Builder |
ListDetectorsRequest.builder() |
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDetectorsRequest.Builder |
ListDetectorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDetectorsRequest.Builder> |
ListDetectorsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.