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