Uses of Class
software.amazon.awssdk.services.workdocs.model.GetCurrentUserResponse
-
Packages that use GetCurrentUserResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of GetCurrentUserResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return GetCurrentUserResponse Modifier and Type Method Description default GetCurrentUserResponse
WorkDocsClient. getCurrentUser(Consumer<GetCurrentUserRequest.Builder> getCurrentUserRequest)
Retrieves details of the current user for whom the authentication token was generated.default GetCurrentUserResponse
WorkDocsClient. getCurrentUser(GetCurrentUserRequest getCurrentUserRequest)
Retrieves details of the current user for whom the authentication token was generated.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type GetCurrentUserResponse Modifier and Type Method Description default CompletableFuture<GetCurrentUserResponse>
WorkDocsAsyncClient. getCurrentUser(Consumer<GetCurrentUserRequest.Builder> getCurrentUserRequest)
Retrieves details of the current user for whom the authentication token was generated.default CompletableFuture<GetCurrentUserResponse>
WorkDocsAsyncClient. getCurrentUser(GetCurrentUserRequest getCurrentUserRequest)
Retrieves details of the current user for whom the authentication token was generated.
-