| 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 GetMetricDataResponse |
ConnectClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest)
Gets historical metric data from the specified Amazon Connect instance.
|
default GetMetricDataResponse |
ConnectClient.getMetricData(GetMetricDataRequest getMetricDataRequest)
Gets historical metric data from the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMetricDataResponse> |
ConnectAsyncClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest)
Gets historical metric data from the specified Amazon Connect instance.
|
default CompletableFuture<GetMetricDataResponse> |
ConnectAsyncClient.getMetricData(GetMetricDataRequest getMetricDataRequest)
Gets historical metric data from the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetMetricDataResponse> |
GetMetricDataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataPublisher.subscribe(org.reactivestreams.Subscriber<? super GetMetricDataResponse> subscriber) |
Copyright © 2021. All rights reserved.