Uses of Class
com.amazonaws.services.opsworks.model.UpdateUserProfileRequest

Packages that use UpdateUserProfileRequest
com.amazonaws.services.opsworks Synchronous and asynchronous client classes for accessing AWSOpsWorks. 
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of UpdateUserProfileRequest in com.amazonaws.services.opsworks
 

Methods in com.amazonaws.services.opsworks with parameters of type UpdateUserProfileRequest
 void AWSOpsWorksClient.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
           Updates a specified user profile.
 void AWSOpsWorks.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
           Updates a specified user profile.
 Future<Void> AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest)
           Updates a specified user profile.
 Future<Void> AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest)
           Updates a specified user profile.
 Future<Void> AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,Void> asyncHandler)
           Updates a specified user profile.
 Future<Void> AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,Void> asyncHandler)
           Updates a specified user profile.
 

Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateUserProfileRequest
 Future<Void> AWSOpsWorksAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,Void> asyncHandler)
           Updates a specified user profile.
 Future<Void> AWSOpsWorksAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,Void> asyncHandler)
           Updates a specified user profile.
 

Uses of UpdateUserProfileRequest in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return UpdateUserProfileRequest
 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.
 



Copyright © 2016. All rights reserved.