Amazon.OpsWorks.AmazonOpsWorksClient.UpdateMyUserProfileAsync C# (CSharp) Method

UpdateMyUserProfileAsync() public method

Updates a user's SSH public key.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a request was not valid. ///
public UpdateMyUserProfileAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateMyUserProfileResponse> UpdateMyUserProfileAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return UpdateMyUserProfileAsync(new UpdateMyUserProfileRequest(), cancellationToken);
        }

Same methods

AmazonOpsWorksClient::UpdateMyUserProfileAsync ( UpdateMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonOpsWorksClient