Uses of Class
com.amazonaws.services.opsworks.model.CreateUserProfileRequest
-
Packages that use CreateUserProfileRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of CreateUserProfileRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateUserProfileRequest Modifier and Type Method Description Future<CreateUserProfileResult>
AbstractAWSOpsWorksAsync. createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Future<CreateUserProfileResult>
AWSOpsWorksAsync. createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Creates a new user profile.Future<CreateUserProfileResult>
AWSOpsWorksAsyncClient. createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
-
Uses of CreateUserProfileRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateUserProfileRequest Modifier and Type Method Description CreateUserProfileRequest
CreateUserProfileRequest. clone()
CreateUserProfileRequest
CreateUserProfileRequest. withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.CreateUserProfileRequest
CreateUserProfileRequest. withIamUserArn(String iamUserArn)
The user's IAM ARN.CreateUserProfileRequest
CreateUserProfileRequest. withSshPublicKey(String sshPublicKey)
The user's public SSH key.CreateUserProfileRequest
CreateUserProfileRequest. withSshUsername(String sshUsername)
The user's SSH user name.
-