Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetMetricWidgetImageResponse
Packages that use GetMetricWidgetImageResponse
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 GetMetricWidgetImageResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetMetricWidgetImageResponseModifier and TypeMethodDescriptiondefault GetMetricWidgetImageResponseCloudWatchClient.getMetricWidgetImage(Consumer<GetMetricWidgetImageRequest.Builder> getMetricWidgetImageRequest) You can use theGetMetricWidgetImageAPI to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image.default GetMetricWidgetImageResponseCloudWatchClient.getMetricWidgetImage(GetMetricWidgetImageRequest getMetricWidgetImageRequest) You can use theGetMetricWidgetImageAPI to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetMetricWidgetImageResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.getMetricWidgetImage(Consumer<GetMetricWidgetImageRequest.Builder> getMetricWidgetImageRequest) You can use theGetMetricWidgetImageAPI to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image.CloudWatchAsyncClient.getMetricWidgetImage(GetMetricWidgetImageRequest getMetricWidgetImageRequest) You can use theGetMetricWidgetImageAPI to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image.