| 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 event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
AmazonGuardDuty.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetDetectorResult |
AbstractAmazonGuardDuty.getDetector(GetDetectorRequest request) |
GetDetectorResult |
AmazonGuardDutyClient.getDetector(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.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> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.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)
Describes which data sources are 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 © 2021. All rights reserved.