Uses of Class
software.amazon.awssdk.services.connect.model.GetCurrentUserDataResponse
-
Packages that use GetCurrentUserDataResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of GetCurrentUserDataResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetCurrentUserDataResponse Modifier and Type Method Description default GetCurrentUserDataResponseConnectClient. getCurrentUserData(Consumer<GetCurrentUserDataRequest.Builder> getCurrentUserDataRequest)Gets the real-time active user data from the specified Amazon Connect instance.default GetCurrentUserDataResponseConnectClient. getCurrentUserData(GetCurrentUserDataRequest getCurrentUserDataRequest)Gets the real-time active user data from the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetCurrentUserDataResponse Modifier and Type Method Description default CompletableFuture<GetCurrentUserDataResponse>ConnectAsyncClient. getCurrentUserData(Consumer<GetCurrentUserDataRequest.Builder> getCurrentUserDataRequest)Gets the real-time active user data from the specified Amazon Connect instance.default CompletableFuture<GetCurrentUserDataResponse>ConnectAsyncClient. getCurrentUserData(GetCurrentUserDataRequest getCurrentUserDataRequest)Gets the real-time active user data from the specified Amazon Connect instance. -
Uses of GetCurrentUserDataResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type GetCurrentUserDataResponse Modifier and Type Method Description Iterator<GetCurrentUserDataResponse>GetCurrentUserDataIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type GetCurrentUserDataResponse Modifier and Type Method Description voidGetCurrentUserDataPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCurrentUserDataResponse> subscriber)
-