| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePublishingDestinationResult> |
AbstractAmazonGuardDutyAsync.createPublishingDestinationAsync(CreatePublishingDestinationRequest request,
AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler) |
Future<CreatePublishingDestinationResult> |
AmazonGuardDutyAsync.createPublishingDestinationAsync(CreatePublishingDestinationRequest createPublishingDestinationRequest,
AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler)
Creates a publishing destination to export findings to.
|
Future<CreatePublishingDestinationResult> |
AmazonGuardDutyAsyncClient.createPublishingDestinationAsync(CreatePublishingDestinationRequest request,
AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.clone() |
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withClientToken(String clientToken)
The idempotency token for the request.
|
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withDestinationProperties(DestinationProperties destinationProperties)
The properties of the publishing destination, including the ARNs for the destination and the KMS key used for
encryption.
|
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withDestinationType(DestinationType destinationType)
The type of resource for the publishing destination.
|
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withDestinationType(String destinationType)
The type of resource for the publishing destination.
|
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withDetectorId(String detectorId)
The ID of the GuardDuty detector associated with the publishing destination.
|
Copyright © 2022. All rights reserved.