Uses of Class
com.amazonaws.services.opsworks.model.UpdateMyUserProfileRequest
-
Packages that use UpdateMyUserProfileRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of UpdateMyUserProfileRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateMyUserProfileRequest Modifier and Type Method Description Future<UpdateMyUserProfileResult>
AbstractAWSOpsWorksAsync. updateMyUserProfileAsync(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest,UpdateMyUserProfileResult> asyncHandler)
Future<UpdateMyUserProfileResult>
AWSOpsWorksAsync. updateMyUserProfileAsync(UpdateMyUserProfileRequest updateMyUserProfileRequest, AsyncHandler<UpdateMyUserProfileRequest,UpdateMyUserProfileResult> asyncHandler)
Updates a user's SSH public key.Future<UpdateMyUserProfileResult>
AWSOpsWorksAsyncClient. updateMyUserProfileAsync(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest,UpdateMyUserProfileResult> asyncHandler)
-
Uses of UpdateMyUserProfileRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UpdateMyUserProfileRequest Modifier and Type Method Description UpdateMyUserProfileRequest
UpdateMyUserProfileRequest. clone()
UpdateMyUserProfileRequest
UpdateMyUserProfileRequest. withSshPublicKey(String sshPublicKey)
The user's SSH public key.
-