| 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 |
|---|---|
GetDetectorResult |
AmazonGuardDutyClient.getDetector(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetDetectorResult |
AbstractAmazonGuardDuty.getDetector(GetDetectorRequest request) |
GetDetectorResult |
AmazonGuardDuty.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
GetDetectorResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDetectorResult |
GetDetectorResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDetectorResult |
GetDetectorResult.clone() |
GetDetectorResult |
GetDetectorResult.withCreatedAt(String createdAt)
The timestamp of when the detector was created.
|
GetDetectorResult |
GetDetectorResult.withDataSources(DataSourceConfigurationsResult dataSources)
Deprecated.
|
GetDetectorResult |
GetDetectorResult.withFeatures(Collection<DetectorFeatureConfigurationResult> features)
Describes the features that have been enabled for the detector.
|
GetDetectorResult |
GetDetectorResult.withFeatures(DetectorFeatureConfigurationResult... features)
Describes the features that have been enabled for the detector.
|
GetDetectorResult |
GetDetectorResult.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The publishing frequency of the finding.
|
GetDetectorResult |
GetDetectorResult.withFindingPublishingFrequency(String findingPublishingFrequency)
The publishing frequency of the finding.
|
GetDetectorResult |
GetDetectorResult.withServiceRole(String serviceRole)
The GuardDuty service role.
|
GetDetectorResult |
GetDetectorResult.withStatus(DetectorStatus status)
The detector status.
|
GetDetectorResult |
GetDetectorResult.withStatus(String status)
The detector status.
|
GetDetectorResult |
GetDetectorResult.withTags(Map<String,String> tags)
The tags of the detector resource.
|
GetDetectorResult |
GetDetectorResult.withUpdatedAt(String updatedAt)
The last-updated timestamp for the detector.
|
Copyright © 2023. All rights reserved.