Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateUserResponse
-
Packages that use CreateUserResponse Package Description software.amazon.awssdk.services.qbusiness -
-
Uses of CreateUserResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return CreateUserResponse Modifier and Type Method Description default CreateUserResponseQBusinessClient. createUser(Consumer<CreateUserRequest.Builder> 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.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type CreateUserResponse Modifier and Type Method Description default CompletableFuture<CreateUserResponse>QBusinessAsyncClient. createUser(Consumer<CreateUserRequest.Builder> createUserRequest)Creates a universally unique identifier (UUID) mapped to a list of local user ids within an application.default CompletableFuture<CreateUserResponse>QBusinessAsyncClient. createUser(CreateUserRequest createUserRequest)Creates a universally unique identifier (UUID) mapped to a list of local user ids within an application.
-