| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCurrentUserDataResponse |
ConnectClient.getCurrentUserData(Consumer<GetCurrentUserDataRequest.Builder> getCurrentUserDataRequest)
Gets the real-time active user data from the specified Amazon Connect instance.
|
default GetCurrentUserDataResponse |
ConnectClient.getCurrentUserData(GetCurrentUserDataRequest getCurrentUserDataRequest)
Gets the real-time active user data from the specified Amazon Connect instance.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCurrentUserDataResponse> |
GetCurrentUserDataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCurrentUserDataPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCurrentUserDataResponse> subscriber) |
Copyright © 2023. All rights reserved.