| 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 |
|---|---|
DescribePublishingDestinationResult |
AmazonGuardDutyClient.describePublishingDestination(DescribePublishingDestinationRequest request)
Returns information about the publishing destination specified by the provided
destinationId. |
DescribePublishingDestinationResult |
AbstractAmazonGuardDuty.describePublishingDestination(DescribePublishingDestinationRequest request) |
DescribePublishingDestinationResult |
AmazonGuardDuty.describePublishingDestination(DescribePublishingDestinationRequest describePublishingDestinationRequest)
Returns information about the publishing destination specified by the provided
destinationId. |
| Modifier and Type | Method and Description |
|---|---|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.clone() |
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withDestinationId(String destinationId)
The ID of the publishing destination.
|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withDestinationType(DestinationType destinationType)
The type of publishing destination.
|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withDestinationType(String destinationType)
The type of publishing destination.
|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withPublishingFailureStartTimestamp(Long publishingFailureStartTimestamp)
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the
destination.
|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withStatus(PublishingStatus status)
The status of the publishing destination.
|
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withStatus(String status)
The status of the publishing destination.
|
Copyright © 2023. All rights reserved.