Uses of Class
com.amazonaws.services.inspector.model.ListFindingsResult
Packages that use ListFindingsResult
-
Uses of ListFindingsResult in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector that return ListFindingsResultModifier and TypeMethodDescriptionAbstractAmazonInspector.listFindings
(ListFindingsRequest request) AmazonInspector.listFindings
(ListFindingsRequest listFindingsRequest) Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.AmazonInspectorClient.listFindings
(ListFindingsRequest listFindingsRequest) Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.Methods in com.amazonaws.services.inspector that return types with arguments of type ListFindingsResultModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest request) AbstractAmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest request, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) AmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest listFindingsRequest) Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.AmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest listFindingsRequest, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.AmazonInspectorAsyncClient.listFindingsAsync
(ListFindingsRequest request) AmazonInspectorAsyncClient.listFindingsAsync
(ListFindingsRequest request, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type ListFindingsResultModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest request, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) AmazonInspectorAsync.listFindingsAsync
(ListFindingsRequest listFindingsRequest, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.AmazonInspectorAsyncClient.listFindingsAsync
(ListFindingsRequest request, AsyncHandler<ListFindingsRequest, ListFindingsResult> asyncHandler) -
Uses of ListFindingsResult in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return ListFindingsResultModifier and TypeMethodDescriptionListFindingsResult.clone()
ListFindingsResult.withFindingArns
(String... findingArns) A list of ARNs that specifies the findings returned by the action.ListFindingsResult.withFindingArns
(Collection<String> findingArns) A list of ARNs that specifies the findings returned by the action.ListFindingsResult.withNextToken
(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.