Uses of Interface
software.amazon.awssdk.services.guardduty.model.CreateIpSetRequest.Builder
-
Packages that use CreateIpSetRequest.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 CreateIpSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type CreateIpSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateIpSetResponse>GuardDutyAsyncClient. createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)Creates a new IPSet, which is called a trusted IP list in the console user interface.default CreateIpSetResponseGuardDutyClient. createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)Creates a new IPSet, which is called a trusted IP list in the console user interface. -
Uses of CreateIpSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CreateIpSetRequest.Builder Modifier and Type Method Description CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. activate(Boolean activate)A Boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.static CreateIpSetRequest.BuilderCreateIpSetRequest. builder()CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. clientToken(String clientToken)The idempotency token for the create request.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. detectorId(String detectorId)The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. format(String format)The format of the file that contains the IPSet.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. format(IpSetFormat format)The format of the file that contains the IPSet.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. location(String location)The URI of the file that contains the IPSet.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. name(String name)The user-friendly name to identify the IPSet.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. tags(Map<String,String> tags)The tags to be added to a new IP set resource.CreateIpSetRequest.BuilderCreateIpSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CreateIpSetRequest.Builder Modifier and Type Method Description static Class<? extends CreateIpSetRequest.Builder>CreateIpSetRequest. serializableBuilderClass()
-