| 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 |
|---|---|
CreateIPSetResult |
AbstractAmazonGuardDuty.createIPSet(CreateIPSetRequest request) |
CreateIPSetResult |
AmazonGuardDutyClient.createIPSet(CreateIPSetRequest request)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
CreateIPSetResult |
AmazonGuardDuty.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
| 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 that you want to create an IPSet for.
|
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 © 2024. All rights reserved.