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

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

Returns the IPSet that is specified by IPSetId.
/// 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 GetIPSet ( GetIPSetRequest request ) : GetIPSetResponse
request GetIPSetRequest Container for the necessary parameters to execute the GetIPSet service method.
Результат GetIPSetResponse
        public GetIPSetResponse GetIPSet(GetIPSetRequest request)
        {
            var marshaller = new GetIPSetRequestMarshaller();
            var unmarshaller = GetIPSetResponseUnmarshaller.Instance;

            return Invoke<GetIPSetRequest,GetIPSetResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetIPSet ( string ipSetId ) : GetIPSetResponse
AmazonWAFRegionalClient