Uses of Interface
software.amazon.awssdk.services.guardduty.model.UpdateThreatIntelSetRequest.Builder
-
Packages that use UpdateThreatIntelSetRequest.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 UpdateThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type UpdateThreatIntelSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateThreatIntelSetResponse>GuardDutyAsyncClient. updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)Updates the ThreatIntelSet specified by the ThreatIntelSet ID.default UpdateThreatIntelSetResponseGuardDutyClient. updateThreatIntelSet(Consumer<UpdateThreatIntelSetRequest.Builder> updateThreatIntelSetRequest)Updates the ThreatIntelSet specified by the ThreatIntelSet ID. -
Uses of UpdateThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return UpdateThreatIntelSetRequest.Builder Modifier and Type Method Description UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. activate(Boolean activate)The updated Boolean value that specifies whether the ThreateIntelSet is active or not.static UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest. builder()UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. detectorId(String detectorId)The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. location(String location)The updated URI of the file that contains the ThreateIntelSet.UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. name(String name)The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest.Builder. threatIntelSetId(String threatIntelSetId)The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.BuilderUpdateThreatIntelSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UpdateThreatIntelSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateThreatIntelSetRequest.Builder>UpdateThreatIntelSetRequest. serializableBuilderClass()
-