| 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<CreateThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.createThreatIntelSetAsync(CreateThreatIntelSetRequest request,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler) |
Future<CreateThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.createThreatIntelSetAsync(CreateThreatIntelSetRequest request,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler) |
Future<CreateThreatIntelSetResult> |
AmazonGuardDutyAsync.createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
Creates a new ThreatIntelSet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.clone() |
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withActivate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withClientToken(String clientToken)
The idempotency token for the create request.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withFormat(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withName(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withTags(Map<String,String> tags)
The tags to be added to a new threat list resource.
|
Copyright © 2023. All rights reserved.