Uses of Interface
software.amazon.awssdk.services.guardduty.model.UpdateIpSetRequest.Builder
-
Packages that use UpdateIpSetRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.model -
-
Uses of UpdateIpSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type UpdateIpSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIpSetResponse>GuardDutyAsyncClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)Updates the IPSet specified by the IPSet ID.default UpdateIpSetResponseGuardDutyClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)Updates the IPSet specified by the IPSet ID. -
Uses of UpdateIpSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return UpdateIpSetRequest.Builder Modifier and Type Method Description UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. activate(Boolean activate)The updated Boolean value that specifies whether the IPSet is active or not.static UpdateIpSetRequest.BuilderUpdateIpSetRequest. builder()UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. detectorId(String detectorId)The detectorID that specifies the GuardDuty service whose IPSet you want to update.UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. ipSetId(String ipSetId)The unique ID that specifies the IPSet that you want to update.UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. location(String location)The updated URI of the file that contains the IPSet.UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. name(String name)The unique ID that specifies the IPSet that you want to update.UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIpSetRequest.BuilderUpdateIpSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UpdateIpSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIpSetRequest.Builder>UpdateIpSetRequest. serializableBuilderClass()
-