Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetMetricDataResponse
Packages that use GetMetricDataResponse
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of GetMetricDataResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetMetricDataResponseModifier and TypeMethodDescriptiondefault GetMetricDataResponseCloudWatchClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values.default GetMetricDataResponseCloudWatchClient.getMetricData(GetMetricDataRequest getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetMetricDataResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetMetricDataResponse>CloudWatchAsyncClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values.default CompletableFuture<GetMetricDataResponse>CloudWatchAsyncClient.getMetricData(GetMetricDataRequest getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values. -
Uses of GetMetricDataResponse in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type GetMetricDataResponseMethod parameters in software.amazon.awssdk.services.cloudwatch.paginators with type arguments of type GetMetricDataResponseModifier and TypeMethodDescriptionvoidGetMetricDataPublisher.subscribe(org.reactivestreams.Subscriber<? super GetMetricDataResponse> subscriber)