| 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<UpdateThreatIntelSetResponse> |
GuardDutyAsyncClient.updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
default UpdateThreatIntelSetResponse |
GuardDutyClient.updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.activate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
|
static UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.builder() |
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.location(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.name(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.Builder.threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest.Builder |
UpdateThreatIntelSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateThreatIntelSetRequest.Builder> |
UpdateThreatIntelSetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.