Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricDataRequest.Builder
Packages that use GetMetricDataRequest.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 GetMetricDataRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type GetMetricDataRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetMetricDataResponse>CloudWatchAsyncClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values.default GetMetricDataResponseCloudWatchClient.getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) You can use theGetMetricDataAPI to retrieve CloudWatch metric values.default GetMetricDataPublisherCloudWatchAsyncClient.getMetricDataPaginator(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) This is a variant ofCloudWatchAsyncClient.getMetricData(software.amazon.awssdk.services.cloudwatch.model.GetMetricDataRequest)operation.default GetMetricDataIterableCloudWatchClient.getMetricDataPaginator(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) This is a variant ofCloudWatchClient.getMetricData(software.amazon.awssdk.services.cloudwatch.model.GetMetricDataRequest)operation. -
Uses of GetMetricDataRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricDataRequest.BuilderModifier and TypeMethodDescriptionstatic GetMetricDataRequest.BuilderGetMetricDataRequest.builder()The time stamp indicating the latest data to be returned.default GetMetricDataRequest.BuilderGetMetricDataRequest.Builder.labelOptions(Consumer<LabelOptions.Builder> labelOptions) This structure includes theTimezoneparameter, which you can use to specify your time zone so that the labels of returned data display the correct time for your time zone.GetMetricDataRequest.Builder.labelOptions(LabelOptions labelOptions) This structure includes theTimezoneparameter, which you can use to specify your time zone so that the labels of returned data display the correct time for your time zone.GetMetricDataRequest.Builder.maxDatapoints(Integer maxDatapoints) The maximum number of data points the request should return before paginating.GetMetricDataRequest.Builder.metricDataQueries(Collection<MetricDataQuery> metricDataQueries) The metric queries to be returned.GetMetricDataRequest.Builder.metricDataQueries(Consumer<MetricDataQuery.Builder>... metricDataQueries) The metric queries to be returned.GetMetricDataRequest.Builder.metricDataQueries(MetricDataQuery... metricDataQueries) The metric queries to be returned.Include this value, if it was returned by the previousGetMetricDataoperation, to get the next set of data points.GetMetricDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetMetricDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The order in which data points should be returned.The order in which data points should be returned.The time stamp indicating the earliest data to be returned.GetMetricDataRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricDataRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMetricDataRequest.Builder>GetMetricDataRequest.serializableBuilderClass()