Uses of Interface
software.amazon.awssdk.services.macie2.model.GetFindingsRequest.Builder
-
Packages that use GetFindingsRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of GetFindingsRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type GetFindingsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>Macie2AsyncClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Retrieves the details of one or more findings.default GetFindingsResponseMacie2Client. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Retrieves the details of one or more findings. -
Uses of GetFindingsRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GetFindingsRequest.Builder Modifier and Type Method Description static GetFindingsRequest.BuilderGetFindingsRequest. builder()GetFindingsRequest.BuilderGetFindingsRequest.Builder. findingIds(String... findingIds)An array of strings that lists the unique identifiers for the findings to retrieve.GetFindingsRequest.BuilderGetFindingsRequest.Builder. findingIds(Collection<String> findingIds)An array of strings that lists the unique identifiers for the findings 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)The criteria for sorting the results of the request.GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(SortCriteria sortCriteria)The criteria for sorting the results of the request.GetFindingsRequest.BuilderGetFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GetFindingsRequest.Builder Modifier and Type Method Description static Class<? extends GetFindingsRequest.Builder>GetFindingsRequest. serializableBuilderClass()
-