| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIpSetResponse> |
GuardDutyAsyncClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
default CreateIpSetResponse |
GuardDutyClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates a new IPSet, which is called a trusted IP list in the console user interface.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.activate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
|
static CreateIpSetRequest.Builder |
CreateIpSetRequest.builder() |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.clientToken(String clientToken)
The idempotency token for the create request.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.format(IpSetFormat format)
The format of the file that contains the IPSet.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.format(String format)
The format of the file that contains the IPSet.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.location(String location)
The URI of the file that contains the IPSet.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.name(String name)
The user-friendly name to identify the IPSet.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Map<String,String> tags)
The tags to be added to a new IP set resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIpSetRequest.Builder> |
CreateIpSetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.