Uses of Interface
software.amazon.awssdk.services.guardduty.model.GetFindingsRequest.Builder
-
Packages that use GetFindingsRequest.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 GetFindingsRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type GetFindingsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>GuardDutyAsyncClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Describes Amazon GuardDuty findings specified by finding IDs.default GetFindingsResponseGuardDutyClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Describes Amazon GuardDuty findings specified by finding IDs. -
Uses of GetFindingsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return GetFindingsRequest.Builder Modifier and Type Method Description static GetFindingsRequest.BuilderGetFindingsRequest. builder()GetFindingsRequest.BuilderGetFindingsRequest.Builder. detectorId(String detectorId)The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.GetFindingsRequest.BuilderGetFindingsRequest.Builder. findingIds(String... findingIds)The IDs of the findings that you want to retrieve.GetFindingsRequest.BuilderGetFindingsRequest.Builder. findingIds(Collection<String> findingIds)The IDs of the findings that you want to retrieve.GetFindingsRequest.BuilderGetFindingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFindingsRequest.BuilderGetFindingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)Represents the criteria used for sorting findings.GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(SortCriteria sortCriteria)Represents the criteria used for sorting findings.GetFindingsRequest.BuilderGetFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type GetFindingsRequest.Builder Modifier and Type Method Description static Class<? extends GetFindingsRequest.Builder>GetFindingsRequest. serializableBuilderClass()
-