| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and 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.
|
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) |
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) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.listIPSetsAsync(ListIPSetsRequest request,
AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListIPSetsResult> |
AmazonGuardDutyAsyncClient.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 you want to retrieve.
|
ListIPSetsRequest |
ListIPSetsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListIPSetsRequest |
ListIPSetsRequest.withNextToken(String nextToken)
You can use this parameter when paginating results.
|
Copyright © 2018. All rights reserved.