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

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

Returns an array of SizeConstraintSetSummary 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 ListSizeConstraintSets ( ListSizeConstraintSetsRequest request ) : ListSizeConstraintSetsResponse
request ListSizeConstraintSetsRequest Container for the necessary parameters to execute the ListSizeConstraintSets service method.
Результат ListSizeConstraintSetsResponse
        public ListSizeConstraintSetsResponse ListSizeConstraintSets(ListSizeConstraintSetsRequest request)
        {
            var marshaller = new ListSizeConstraintSetsRequestMarshaller();
            var unmarshaller = ListSizeConstraintSetsResponseUnmarshaller.Instance;

            return Invoke<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResponse>(request, marshaller, unmarshaller);
        }
AmazonWAFRegionalClient