Amazon.WAF.AmazonWAFClient.GetByteMatchSet C# (CSharp) Метод

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

Returns the ByteMatchSet specified by ByteMatchSetId.
/// 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. /// /// The operation failed because the referenced object doesn't exist. ///
public GetByteMatchSet ( Amazon.WAF.Model.GetByteMatchSetRequest request ) : GetByteMatchSetResponse
request Amazon.WAF.Model.GetByteMatchSetRequest Container for the necessary parameters to execute the GetByteMatchSet service method.
Результат Amazon.WAF.Model.GetByteMatchSetResponse
        public GetByteMatchSetResponse GetByteMatchSet(GetByteMatchSetRequest request)
        {
            var marshaller = new GetByteMatchSetRequestMarshaller();
            var unmarshaller = GetByteMatchSetResponseUnmarshaller.Instance;

            return Invoke<GetByteMatchSetRequest,GetByteMatchSetResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFClient::GetByteMatchSet ( string byteMatchSetId ) : GetByteMatchSetResponse
AmazonWAFClient