Uses of Class
software.amazon.awssdk.services.connect.model.GetCurrentMetricDataResponse
-
Packages that use GetCurrentMetricDataResponse 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 -
-
Uses of GetCurrentMetricDataResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetCurrentMetricDataResponse Modifier and Type Method Description default GetCurrentMetricDataResponseConnectClient. getCurrentMetricData(Consumer<GetCurrentMetricDataRequest.Builder> getCurrentMetricDataRequest)Gets the real-time metric data from the specified Amazon Connect instance.default GetCurrentMetricDataResponseConnectClient. getCurrentMetricData(GetCurrentMetricDataRequest getCurrentMetricDataRequest)Gets the real-time metric data from the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetCurrentMetricDataResponse Modifier and Type Method Description default CompletableFuture<GetCurrentMetricDataResponse>ConnectAsyncClient. getCurrentMetricData(Consumer<GetCurrentMetricDataRequest.Builder> getCurrentMetricDataRequest)Gets the real-time metric data from the specified Amazon Connect instance.default CompletableFuture<GetCurrentMetricDataResponse>ConnectAsyncClient. getCurrentMetricData(GetCurrentMetricDataRequest getCurrentMetricDataRequest)Gets the real-time metric data from the specified Amazon Connect instance. -
Uses of GetCurrentMetricDataResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type GetCurrentMetricDataResponse Modifier and Type Method Description Iterator<GetCurrentMetricDataResponse>GetCurrentMetricDataIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type GetCurrentMetricDataResponse Modifier and Type Method Description voidGetCurrentMetricDataPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCurrentMetricDataResponse> subscriber)
-