Uses of Class
software.amazon.awssdk.services.connect.model.GetMetricDataResponse
-
Packages that use GetMetricDataResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of GetMetricDataResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetMetricDataResponse Modifier and Type Method Description default GetMetricDataResponseConnectClient. getMetricData(Consumer<GetMetricDataRequest.Builder> 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetMetricDataResponse Modifier and Type Method 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. -
Uses of GetMetricDataResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type GetMetricDataResponse Modifier and Type Method Description Iterator<GetMetricDataResponse>GetMetricDataIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type GetMetricDataResponse Modifier and Type Method Description voidGetMetricDataPublisher. subscribe(org.reactivestreams.Subscriber<? super GetMetricDataResponse> subscriber)
-