| 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 |
|---|---|
ListIPSetsResult |
AmazonGuardDutyClient.listIPSets(ListIPSetsRequest request)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
ListIPSetsResult |
AmazonGuardDuty.listIPSets(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
ListIPSetsResult |
AbstractAmazonGuardDuty.listIPSets(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIPSetsRequest |
ListIPSetsRequest.clone() |
ListIPSetsRequest |
ListIPSetsRequest.withDetectorId(String detectorId)
The unique ID of the detector that the IPSet is associated with.
|
ListIPSetsRequest |
ListIPSetsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListIPSetsRequest |
ListIPSetsRequest.withNextToken(String nextToken)
You can use this parameter when paginating results.
|
Copyright © 2023. All rights reserved.