| 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 event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIpSetResponse |
GuardDutyClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
default CompletableFuture<CreateIpSetResponse> |
GuardDutyAsyncClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
| 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 for which you want to create an IPSet.
|
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 © 2019. All rights reserved.