Uses of Interface
software.amazon.awssdk.services.inspector.model.ListFindingsResponse.Builder
-
Packages that use ListFindingsResponse.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of ListFindingsResponse.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return ListFindingsResponse.Builder Modifier and Type Method Description static ListFindingsResponse.BuilderListFindingsResponse. builder()ListFindingsResponse.BuilderListFindingsResponse.Builder. findingArns(String... findingArns)A list of ARNs that specifies the findings returned by the action.ListFindingsResponse.BuilderListFindingsResponse.Builder. findingArns(Collection<String> findingArns)A list of ARNs that specifies the findings returned by the action.ListFindingsResponse.BuilderListFindingsResponse.Builder. nextToken(String nextToken)When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.ListFindingsResponse.BuilderListFindingsResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ListFindingsResponse.Builder Modifier and Type Method Description static Class<? extends ListFindingsResponse.Builder>ListFindingsResponse. serializableBuilderClass()
-