Amazon.IoT.AmazonIoTClient.GetPolicy C# (CSharp) Метод

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

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

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

Same methods

AmazonIoTClient::GetPolicy ( string policyName ) : GetPolicyResponse
AmazonIoTClient