Uses of Class
software.amazon.awssdk.services.connect.model.GetMetricDataV2Response
-
Packages that use GetMetricDataV2Response 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 GetMetricDataV2Response in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetMetricDataV2Response Modifier and Type Method Description default GetMetricDataV2ResponseConnectClient. getMetricDataV2(Consumer<GetMetricDataV2Request.Builder> getMetricDataV2Request)Gets metric data from the specified Amazon Connect instance.default GetMetricDataV2ResponseConnectClient. getMetricDataV2(GetMetricDataV2Request getMetricDataV2Request)Gets metric data from the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetMetricDataV2Response Modifier and Type Method Description default CompletableFuture<GetMetricDataV2Response>ConnectAsyncClient. getMetricDataV2(Consumer<GetMetricDataV2Request.Builder> getMetricDataV2Request)Gets metric data from the specified Amazon Connect instance.default CompletableFuture<GetMetricDataV2Response>ConnectAsyncClient. getMetricDataV2(GetMetricDataV2Request getMetricDataV2Request)Gets metric data from the specified Amazon Connect instance. -
Uses of GetMetricDataV2Response in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type GetMetricDataV2Response Modifier and Type Method Description Iterator<GetMetricDataV2Response>GetMetricDataV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type GetMetricDataV2Response Modifier and Type Method Description voidGetMetricDataV2Publisher. subscribe(org.reactivestreams.Subscriber<? super GetMetricDataV2Response> subscriber)
-