| 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 |
|---|---|
GetThreatIntelSetResult |
AmazonGuardDutyClient.getThreatIntelSet(GetThreatIntelSetRequest request)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
GetThreatIntelSetResult |
AmazonGuardDuty.getThreatIntelSet(GetThreatIntelSetRequest getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
GetThreatIntelSetResult |
AbstractAmazonGuardDuty.getThreatIntelSet(GetThreatIntelSetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.getThreatIntelSetAsync(GetThreatIntelSetRequest request,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler) |
Future<GetThreatIntelSetResult> |
AmazonGuardDutyAsync.getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<GetThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.getThreatIntelSetAsync(GetThreatIntelSetRequest request,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetThreatIntelSetResult |
GetThreatIntelSetResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.clone() |
GetThreatIntelSetResult |
GetThreatIntelSetResult.withFormat(String format)
The format of the threatIntelSet.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.withFormat(ThreatIntelSetFormat format)
The format of the threatIntelSet.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.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.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.withStatus(String status)
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.withStatus(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResult |
GetThreatIntelSetResult.withTags(Map<String,String> tags)
The tags of the threat list resource.
|
Copyright © 2023. All rights reserved.