| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler) |
Future<UpdateThreatIntelSetResult> |
AmazonGuardDutyAsync.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
Future<UpdateThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.clone() |
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withActivate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
Copyright © 2023. All rights reserved.