| 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<UpdateThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler) |
Future<UpdateThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.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.
|
| 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 © 2025. All rights reserved.