| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDetectorsResponse |
GuardDutyClient.listDetectors()
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
GuardDutyClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
default ListDetectorsResponse |
GuardDutyClient.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDetectorsResponse> |
GuardDutyAsyncClient.listDetectors()
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 CompletableFuture<ListDetectorsResponse> |
GuardDutyAsyncClient.listDetectors(ListDetectorsRequest listDetectorsRequest)
Lists detectorIds of all the existing Amazon GuardDuty detector resources.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDetectorsResponse> |
ListDetectorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDetectorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDetectorsResponse> subscriber) |
Copyright © 2019. All rights reserved.