Uses of Interface
software.amazon.awssdk.services.guardduty.model.DeleteIpSetRequest.Builder
-
Packages that use DeleteIpSetRequest.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 DeleteIpSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type DeleteIpSetRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteIpSetResponse>GuardDutyAsyncClient. deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)Deletes the IPSet specified by theipSetId.default DeleteIpSetResponseGuardDutyClient. deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)Deletes the IPSet specified by theipSetId. -
Uses of DeleteIpSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DeleteIpSetRequest.Builder Modifier and Type Method Description static DeleteIpSetRequest.BuilderDeleteIpSetRequest. builder()DeleteIpSetRequest.BuilderDeleteIpSetRequest.Builder. detectorId(String detectorId)The unique ID of the detector associated with the IPSet.DeleteIpSetRequest.BuilderDeleteIpSetRequest.Builder. ipSetId(String ipSetId)The unique ID of the IPSet to delete.DeleteIpSetRequest.BuilderDeleteIpSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIpSetRequest.BuilderDeleteIpSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteIpSetRequest.BuilderDeleteIpSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DeleteIpSetRequest.Builder Modifier and Type Method Description static Class<? extends DeleteIpSetRequest.Builder>DeleteIpSetRequest. serializableBuilderClass()
-