Uses of Class
com.amazonaws.services.inspector.model.DescribeFindingsRequest
Packages that use DescribeFindingsRequest
-
Uses of DescribeFindingsRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type DescribeFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.describeFindings(DescribeFindingsRequest request) AmazonInspector.describeFindings(DescribeFindingsRequest describeFindingsRequest) Describes the findings that are specified by the ARNs of the findings.AmazonInspectorClient.describeFindings(DescribeFindingsRequest describeFindingsRequest) Describes the findings that are specified by the ARNs of the findings.AbstractAmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest request) AbstractAmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest request, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) AmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest describeFindingsRequest) Describes the findings that are specified by the ARNs of the findings.AmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest describeFindingsRequest, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) Describes the findings that are specified by the ARNs of the findings.AmazonInspectorAsyncClient.describeFindingsAsync(DescribeFindingsRequest request) AmazonInspectorAsyncClient.describeFindingsAsync(DescribeFindingsRequest request, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type DescribeFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest request, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) AmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest describeFindingsRequest, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) Describes the findings that are specified by the ARNs of the findings.AmazonInspectorAsyncClient.describeFindingsAsync(DescribeFindingsRequest request, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult> asyncHandler) -
Uses of DescribeFindingsRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return DescribeFindingsRequestModifier and TypeMethodDescriptionDescribeFindingsRequest.clone()DescribeFindingsRequest.withFindingArns(String... findingArns) The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.withFindingArns(Collection<String> findingArns) The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.withLocale(Locale locale) The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeFindingsRequest.withLocale(String locale) The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.