Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListIpSetsRequest.Builder
-
Packages that use ListIpSetsRequest.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 ListIpSetsRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type ListIpSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIpSetsResponse>GuardDutyAsyncClient. listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Lists the IPSets of the GuardDuty service specified by the detector ID.default ListIpSetsResponseGuardDutyClient. listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Lists the IPSets of the GuardDuty service specified by the detector ID.default ListIPSetsPublisherGuardDutyAsyncClient. listIPSetsPaginator(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Lists the IPSets of the GuardDuty service specified by the detector ID.default ListIPSetsIterableGuardDutyClient. listIPSetsPaginator(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Lists the IPSets of the GuardDuty service specified by the detector ID. -
Uses of ListIpSetsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ListIpSetsRequest.Builder Modifier and Type Method Description static ListIpSetsRequest.BuilderListIpSetsRequest. builder()ListIpSetsRequest.BuilderListIpSetsRequest.Builder. detectorId(String detectorId)The unique ID of the detector that the IPSet is associated with.ListIpSetsRequest.BuilderListIpSetsRequest.Builder. maxResults(Integer maxResults)You can use this parameter to indicate the maximum number of items you want in the response.ListIpSetsRequest.BuilderListIpSetsRequest.Builder. nextToken(String nextToken)You can use this parameter when paginating results.ListIpSetsRequest.BuilderListIpSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIpSetsRequest.BuilderListIpSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIpSetsRequest.BuilderListIpSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListIpSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListIpSetsRequest.Builder>ListIpSetsRequest. serializableBuilderClass()
-