| 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 |
|---|---|
ListIPSetsResult |
AbstractAmazonGuardDuty.listIPSets(ListIPSetsRequest request) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(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,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIPSetsResult> |
AbstractAmazonGuardDutyAsync.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
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.
|
| 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 © 2023. All rights reserved.