| 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, AWS CloudTrail event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
GetIPSetResult |
AmazonGuardDuty.getIPSet(GetIPSetRequest getIPSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
GetIPSetResult |
AmazonGuardDutyClient.getIPSet(GetIPSetRequest request)
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 © 2021. All rights reserved.