Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.