Uses of Class
software.amazon.awssdk.services.connect.model.GetMetricDataRequest
-
Packages that use GetMetricDataRequest 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 software.amazon.awssdk.services.connect.transform -
-
Uses of GetMetricDataRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type GetMetricDataRequest Modifier and Type Method Description default CompletableFuture<GetMetricDataResponse>ConnectAsyncClient. getMetricData(GetMetricDataRequest getMetricDataRequest)Gets historical metric data from the specified Amazon Connect instance.default GetMetricDataResponseConnectClient. getMetricData(GetMetricDataRequest getMetricDataRequest)Gets historical metric data from the specified Amazon Connect instance.default GetMetricDataPublisherConnectAsyncClient. getMetricDataPaginator(GetMetricDataRequest getMetricDataRequest)Gets historical metric data from the specified Amazon Connect instance.default GetMetricDataIterableConnectClient. getMetricDataPaginator(GetMetricDataRequest getMetricDataRequest)Gets historical metric data from the specified Amazon Connect instance. -
Uses of GetMetricDataRequest in software.amazon.awssdk.services.connect.paginators
Constructors in software.amazon.awssdk.services.connect.paginators with parameters of type GetMetricDataRequest Constructor Description GetMetricDataIterable(ConnectClient client, GetMetricDataRequest firstRequest)GetMetricDataPublisher(ConnectAsyncClient client, GetMetricDataRequest firstRequest) -
Uses of GetMetricDataRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type GetMetricDataRequest Modifier and Type Method Description SdkHttpFullRequestGetMetricDataRequestMarshaller. marshall(GetMetricDataRequest getMetricDataRequest)
-