| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteThreatIntelSetResponse> |
GuardDutyAsyncClient.deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
default DeleteThreatIntelSetResponse |
GuardDutyClient.deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.builder() |
DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.Builder.threatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
|
DeleteThreatIntelSetRequest.Builder |
DeleteThreatIntelSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteThreatIntelSetRequest.Builder> |
DeleteThreatIntelSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.