Uses of Class
com.amazonaws.services.opsworks.model.UpdateMyUserProfileRequest
Packages that use UpdateMyUserProfileRequest
-
Uses of UpdateMyUserProfileRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type UpdateMyUserProfileRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.updateMyUserProfile
(UpdateMyUserProfileRequest request) AWSOpsWorks.updateMyUserProfile
(UpdateMyUserProfileRequest updateMyUserProfileRequest) Updates a user's SSH public key.AWSOpsWorksClient.updateMyUserProfile
(UpdateMyUserProfileRequest updateMyUserProfileRequest) Updates a user's SSH public key.AbstractAWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest request) AbstractAWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) AWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest updateMyUserProfileRequest) Updates a user's SSH public key.AWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest updateMyUserProfileRequest, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) Updates a user's SSH public key.AWSOpsWorksAsyncClient.updateMyUserProfileAsync
(UpdateMyUserProfileRequest request) AWSOpsWorksAsyncClient.updateMyUserProfileAsync
(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateMyUserProfileRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) AWSOpsWorksAsync.updateMyUserProfileAsync
(UpdateMyUserProfileRequest updateMyUserProfileRequest, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) Updates a user's SSH public key.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 UpdateMyUserProfileRequestModifier and TypeMethodDescriptionUpdateMyUserProfileRequest.clone()
UpdateMyUserProfileRequest.withSshPublicKey
(String sshPublicKey) The user's SSH public key.