Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricWidgetImageRequest.Builder
Packages that use GetMetricWidgetImageRequest.Builder
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 GetMetricWidgetImageRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type GetMetricWidgetImageRequest.BuilderModifier 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.default 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. -
Uses of GetMetricWidgetImageRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricWidgetImageRequest.BuilderModifier and TypeMethodDescriptionGetMetricWidgetImageRequest.builder()GetMetricWidgetImageRequest.Builder.metricWidget(String metricWidget) A JSON string that defines the bitmap graph to be retrieved.GetMetricWidgetImageRequest.Builder.outputFormat(String outputFormat) The format of the resulting image.GetMetricWidgetImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetMetricWidgetImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetMetricWidgetImageRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricWidgetImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMetricWidgetImageRequest.Builder>GetMetricWidgetImageRequest.serializableBuilderClass()