| 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 |
|---|---|
GetIPSetResult |
AmazonGuardDutyClient.getIPSet(GetIPSetRequest request)
Retrieves the IPSet specified by the
ipSetId. |
GetIPSetResult |
AmazonGuardDuty.getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
GetIPSetResult |
AbstractAmazonGuardDuty.getIPSet(GetIPSetRequest request) |
Future<GetIPSetResult> |
AmazonGuardDutyAsyncClient.getIPSetAsync(GetIPSetRequest request) |
Future<GetIPSetResult> |
AmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
Future<GetIPSetResult> |
AbstractAmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest request) |
Future<GetIPSetResult> |
AmazonGuardDutyAsyncClient.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
Future<GetIPSetResult> |
AmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the
ipSetId. |
Future<GetIPSetResult> |
AbstractAmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIPSetResult> |
AmazonGuardDutyAsyncClient.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
Future<GetIPSetResult> |
AmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the IPSet specified by the
ipSetId. |
Future<GetIPSetResult> |
AbstractAmazonGuardDutyAsync.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIPSetRequest |
GetIPSetRequest.clone() |
GetIPSetRequest |
GetIPSetRequest.withDetectorId(String detectorId)
The unique ID of the detector that the IPSet is associated with.
|
GetIPSetRequest |
GetIPSetRequest.withIpSetId(String ipSetId)
The unique ID of the IPSet to retrieve.
|
Copyright © 2023. All rights reserved.