Uses of Class
com.amazonaws.services.opsworks.model.UpdateUserProfileRequest
Packages that use UpdateUserProfileRequest
-
Uses of UpdateUserProfileRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type UpdateUserProfileRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.updateUserProfile(UpdateUserProfileRequest request) AWSOpsWorks.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest) Updates a specified user profile.AWSOpsWorksClient.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest) Updates a specified user profile.AbstractAWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest request) AbstractAWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest) Updates a specified user profile.AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) Updates a specified user profile.AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest request) AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateUserProfileRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) Updates a specified user profile.AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) -
Uses of UpdateUserProfileRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UpdateUserProfileRequestModifier and TypeMethodDescriptionUpdateUserProfileRequest.clone()UpdateUserProfileRequest.withAllowSelfManagement(Boolean allowSelfManagement) Whether users can specify their own SSH public key through the My Settings page.UpdateUserProfileRequest.withIamUserArn(String iamUserArn) The user IAM ARN.UpdateUserProfileRequest.withSshPublicKey(String sshPublicKey) The user's new SSH public key.UpdateUserProfileRequest.withSshUsername(String sshUsername) The user's SSH user name.