Uses of Interface
software.amazon.awssdk.services.guardduty.model.DeleteThreatIntelSetRequest.Builder
-
Packages that use DeleteThreatIntelSetRequest.Builder 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 -
-
Uses of DeleteThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type DeleteThreatIntelSetRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteThreatIntelSetResponse>GuardDutyAsyncClient. deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.default DeleteThreatIntelSetResponseGuardDutyClient. deleteThreatIntelSet(Consumer<DeleteThreatIntelSetRequest.Builder> deleteThreatIntelSetRequest)Deletes the ThreatIntelSet specified by the ThreatIntelSet ID. -
Uses of DeleteThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DeleteThreatIntelSetRequest.Builder Modifier and Type Method Description static DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest. builder()DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest.Builder. detectorId(String detectorId)The unique ID of the detector that the threatIntelSet is associated with.DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest.Builder. threatIntelSetId(String threatIntelSetId)The unique ID of the threatIntelSet that you want to delete.DeleteThreatIntelSetRequest.BuilderDeleteThreatIntelSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DeleteThreatIntelSetRequest.Builder Modifier and Type Method Description static Class<? extends DeleteThreatIntelSetRequest.Builder>DeleteThreatIntelSetRequest. serializableBuilderClass()
-