Amazon.Inspector.AmazonInspectorClient.ListFindings C# (CSharp) Méthode

ListFindings() public méthode

Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListFindings ( ListFindingsRequest request ) : ListFindingsResponse
request Amazon.Inspector.Model.ListFindingsRequest Container for the necessary parameters to execute the ListFindings service method.
Résultat Amazon.Inspector.Model.ListFindingsResponse
        public ListFindingsResponse ListFindings(ListFindingsRequest request)
        {
            var marshaller = new ListFindingsRequestMarshaller();
            var unmarshaller = ListFindingsResponseUnmarshaller.Instance;

            return Invoke<ListFindingsRequest,ListFindingsResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient