Uses of Class
software.amazon.awssdk.services.workdocs.model.GetCurrentUserRequest
-
Packages that use GetCurrentUserRequest Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.transform -
-
Uses of GetCurrentUserRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type GetCurrentUserRequest Modifier and Type Method Description default CompletableFuture<GetCurrentUserResponse>
WorkDocsAsyncClient. getCurrentUser(GetCurrentUserRequest 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. -
Uses of GetCurrentUserRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type GetCurrentUserRequest Modifier and Type Method Description SdkHttpFullRequest
GetCurrentUserRequestMarshaller. marshall(GetCurrentUserRequest getCurrentUserRequest)
-