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