| 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 |
AbstractAmazonGuardDuty.listIPSets(ListIPSetsRequest request) |
ListIPSetsResult |
AmazonGuardDuty.listIPSets(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest request) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListIPSetsResult |
ListIPSetsResult.clone() |
ListIPSetsResult |
ListIPSetsResult.withIpSetIds(Collection<String> ipSetIds)
The IDs of the IPSet resources.
|
ListIPSetsResult |
ListIPSetsResult.withIpSetIds(String... ipSetIds)
The IDs of the IPSet resources.
|
ListIPSetsResult |
ListIPSetsResult.withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
Copyright © 2025. All rights reserved.