| 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 |
|---|---|
CreateIPSetResult |
AbstractAmazonGuardDuty.createIPSet(CreateIPSetRequest request) |
CreateIPSetResult |
AmazonGuardDutyClient.createIPSet(CreateIPSetRequest request)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
CreateIPSetResult |
AmazonGuardDuty.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, called Trusted IP list in the consoler user interface.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetRequest |
CreateIPSetRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateIPSetRequest |
CreateIPSetRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateIPSetRequest |
CreateIPSetRequest.clone() |
CreateIPSetRequest |
CreateIPSetRequest.withActivate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withClientToken(String clientToken)
The idempotency token for the create request.
|
CreateIPSetRequest |
CreateIPSetRequest.withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withFormat(IpSetFormat format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withFormat(String format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withLocation(String location)
The URI of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withName(String name)
The user friendly name to identify the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withTags(Map<String,String> tags)
The tags to be added to a new IP set resource.
|
Copyright © 2020. All rights reserved.