Uses of Class
com.amazonaws.services.opsworks.model.UpdateUserProfileRequest
-
Packages that use UpdateUserProfileRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of UpdateUserProfileRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateUserProfileRequest Modifier and Type Method Description Future<UpdateUserProfileResult>
AbstractAWSOpsWorksAsync. updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
Future<UpdateUserProfileResult>
AWSOpsWorksAsync. updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
Updates a specified user profile.Future<UpdateUserProfileResult>
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 UpdateUserProfileRequest Modifier and Type Method Description UpdateUserProfileRequest
UpdateUserProfileRequest. clone()
UpdateUserProfileRequest
UpdateUserProfileRequest. withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.UpdateUserProfileRequest
UpdateUserProfileRequest. withIamUserArn(String iamUserArn)
The user IAM ARN.UpdateUserProfileRequest
UpdateUserProfileRequest. withSshPublicKey(String sshPublicKey)
The user's new SSH public key.UpdateUserProfileRequest
UpdateUserProfileRequest. withSshUsername(String sshUsername)
The user's SSH user name.
-