| 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, Amazon Web Services CloudTrail event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.paginators | |
| software.amazon.awssdk.services.guardduty.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListPublishingDestinationsResponse |
GuardDutyClient.listPublishingDestinations(ListPublishingDestinationsRequest 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. |
default ListPublishingDestinationsIterable |
GuardDutyClient.listPublishingDestinationsPaginator(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
default ListPublishingDestinationsPublisher |
GuardDutyAsyncClient.listPublishingDestinationsPaginator(ListPublishingDestinationsRequest listPublishingDestinationsRequest)
Returns a list of publishing destinations associated with the specified
detectorId. |
| Constructor and Description |
|---|
ListPublishingDestinationsIterable(GuardDutyClient client,
ListPublishingDestinationsRequest firstRequest) |
ListPublishingDestinationsPublisher(GuardDutyAsyncClient client,
ListPublishingDestinationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPublishingDestinationsRequestMarshaller.marshall(ListPublishingDestinationsRequest listPublishingDestinationsRequest) |
Copyright © 2022. All rights reserved.