Amazon.WAFRegional.AmazonWAFRegionalClient.ListByteMatchSets C# (CSharp) Метод

ListByteMatchSets() публичный Метод

Returns an array of ByteMatchSetSummary objects.
/// The operation failed because of a system problem, even though the request was valid. /// Retry your request. /// /// The operation failed because you tried to create, update, or delete an object by using /// an invalid account identifier. ///
public ListByteMatchSets ( ListByteMatchSetsRequest request ) : ListByteMatchSetsResponse
request ListByteMatchSetsRequest Container for the necessary parameters to execute the ListByteMatchSets service method.
Результат ListByteMatchSetsResponse
        public ListByteMatchSetsResponse ListByteMatchSets(ListByteMatchSetsRequest request)
        {
            var marshaller = new ListByteMatchSetsRequestMarshaller();
            var unmarshaller = ListByteMatchSetsResponseUnmarshaller.Instance;

            return Invoke<ListByteMatchSetsRequest,ListByteMatchSetsResponse>(request, marshaller, unmarshaller);
        }
AmazonWAFRegionalClient