| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational
data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs,
EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon
EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePublishingDestinationResult> |
AbstractAmazonGuardDutyAsync.createPublishingDestinationAsync(CreatePublishingDestinationRequest request,
AsyncHandler<CreatePublishingDestinationRequest,CreatePublishingDestinationResult> asyncHandler) |
Future<CreatePublishingDestinationResult> |
AmazonGuardDutyAsyncClient.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.
|
| 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 © 2025. All rights reserved.