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 CreateUserProfileRequestCreateUserProfileRequest. clone()CreateUserProfileRequestCreateUserProfileRequest. withAllowSelfManagement(Boolean allowSelfManagement)Whether users can specify their own SSH public key through the My Settings page.CreateUserProfileRequestCreateUserProfileRequest. withIamUserArn(String iamUserArn)The user's IAM ARN.CreateUserProfileRequestCreateUserProfileRequest. withSshPublicKey(String sshPublicKey)The user's public SSH key.CreateUserProfileRequestCreateUserProfileRequest. withSshUsername(String sshUsername)The user's SSH user name.
-