Amazon.Lambda.AmazonLambdaClient.GetPolicy C# (CSharp) Метод

GetPolicy() приватный Метод

private GetPolicy ( GetPolicyRequest request ) : GetPolicyResponse
request Amazon.Lambda.Model.GetPolicyRequest
Результат Amazon.Lambda.Model.GetPolicyResponse
        internal GetPolicyResponse GetPolicy(GetPolicyRequest request)
        {
            var marshaller = new GetPolicyRequestMarshaller();
            var unmarshaller = GetPolicyResponseUnmarshaller.Instance;

            return Invoke<GetPolicyRequest,GetPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonLambdaClient