Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetUserResponse
-
Packages that use GetUserResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of GetUserResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetUserResponse Modifier and Type Method Description default GetUserResponseQBusinessClient. getUser(Consumer<GetUserRequest.Builder> getUserRequest)Describes the universally unique identifier (UUID) associated with a local user in a data source.default GetUserResponseQBusinessClient. getUser(GetUserRequest getUserRequest)Describes the universally unique identifier (UUID) associated with a local user in a data source.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetUserResponse Modifier and Type Method Description default CompletableFuture<GetUserResponse>QBusinessAsyncClient. getUser(Consumer<GetUserRequest.Builder> getUserRequest)Describes the universally unique identifier (UUID) associated with a local user in a data source.default CompletableFuture<GetUserResponse>QBusinessAsyncClient. getUser(GetUserRequest getUserRequest)Describes the universally unique identifier (UUID) associated with a local user in a data source.
-