Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListDetectorsRequest.Builder
-
Packages that use ListDetectorsRequest.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 ListDetectorsRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type ListDetectorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDetectorsResponse>GuardDutyAsyncClient. listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)Lists detectorIds of all the existing Amazon GuardDuty detector resources.default ListDetectorsResponseGuardDutyClient. listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)Lists detectorIds of all the existing Amazon GuardDuty detector resources.default ListDetectorsPublisherGuardDutyAsyncClient. listDetectorsPaginator(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)Lists detectorIds of all the existing Amazon GuardDuty detector resources.default ListDetectorsIterableGuardDutyClient. listDetectorsPaginator(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)Lists detectorIds of all the existing Amazon GuardDuty detector resources. -
Uses of ListDetectorsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ListDetectorsRequest.Builder Modifier and Type Method Description static ListDetectorsRequest.BuilderListDetectorsRequest. builder()ListDetectorsRequest.BuilderListDetectorsRequest.Builder. maxResults(Integer maxResults)You can use this parameter to indicate the maximum number of items that you want in the response.ListDetectorsRequest.BuilderListDetectorsRequest.Builder. nextToken(String nextToken)You can use this parameter when paginating results.ListDetectorsRequest.BuilderListDetectorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDetectorsRequest.BuilderListDetectorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDetectorsRequest.BuilderListDetectorsRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListDetectorsRequest.Builder Modifier and Type Method Description static Class<? extends ListDetectorsRequest.Builder>ListDetectorsRequest. serializableBuilderClass()
-