| 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 CreateThreatIntelSetResponse |
GuardDutyClient.createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
default CompletableFuture<CreateThreatIntelSetResponse> |
GuardDutyAsyncClient.createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)
Create a new ThreatIntelSet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.activate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
static CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.builder() |
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.clientToken(String clientToken)
The idempotency token for the create request.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account for which you want to create a threatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.format(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.format(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.location(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.name(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.Builder.tags(Map<String,String> tags)
The tags to be added to a new Threat List resource.
|
CreateThreatIntelSetRequest.Builder |
CreateThreatIntelSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateThreatIntelSetRequest.Builder> |
CreateThreatIntelSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.