| 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 management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPublishingDestinationsResponse> |
GuardDutyAsyncClient.listPublishingDestinations(Consumer<ListPublishingDestinationsRequest.Builder> listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default CompletableFuture<ListPublishingDestinationsResponse> |
GuardDutyAsyncClient.listPublishingDestinations(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPublishingDestinationsResponse> |
ListPublishingDestinationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPublishingDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPublishingDestinationsResponse> subscriber) |
Copyright © 2022. All rights reserved.