Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateUserRequest
-
Packages that use CreateUserRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of CreateUserRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type CreateUserRequest Modifier and Type Method Description default CompletableFuture<CreateUserResponse>QBusinessAsyncClient. createUser(CreateUserRequest createUserRequest)Creates a universally unique identifier (UUID) mapped to a list of local user ids within an application.default CreateUserResponseQBusinessClient. createUser(CreateUserRequest createUserRequest)Creates a universally unique identifier (UUID) mapped to a list of local user ids within an application. -
Uses of CreateUserRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type CreateUserRequest Modifier and Type Method Description SdkHttpFullRequestCreateUserRequestMarshaller. marshall(CreateUserRequest createUserRequest)
-