Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndPutUserPolicy C# (CSharp) Метод

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

Finishes the asynchronous execution of the PutUserPolicy operation.
public EndPutUserPolicy ( IAsyncResult asyncResult ) : PutUserPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutUserPolicy.
Результат PutUserPolicyResponse
        public  PutUserPolicyResponse EndPutUserPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutUserPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient