Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetUserRequest
-
Packages that use GetUserRequest Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.transform -
-
Uses of GetUserRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type GetUserRequest Modifier and Type Method Description default CompletableFuture<GetUserResponse>QBusinessAsyncClient. getUser(GetUserRequest 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. -
Uses of GetUserRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type GetUserRequest Modifier and Type Method Description SdkHttpFullRequestGetUserRequestMarshaller. marshall(GetUserRequest getUserRequest)
-