Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListFindingsResponse.Builder
-
Packages that use ListFindingsResponse.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ListFindingsResponse.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ListFindingsResponse.Builder Modifier and Type Method Description static ListFindingsResponse.BuilderListFindingsResponse. builder()ListFindingsResponse.BuilderListFindingsResponse.Builder. findingIds(String... findingIds)The IDs of the findings that you're listing.ListFindingsResponse.BuilderListFindingsResponse.Builder. findingIds(Collection<String> findingIds)The IDs of the findings that you're listing.ListFindingsResponse.BuilderListFindingsResponse.Builder. nextToken(String nextToken)The pagination parameter to be used on the next list operation to retrieve more items.ListFindingsResponse.BuilderListFindingsResponse. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListFindingsResponse.Builder Modifier and Type Method Description static Class<? extends ListFindingsResponse.Builder>ListFindingsResponse. serializableBuilderClass()
-