Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricDataResponse.Builder
Packages that use GetMetricDataResponse.Builder
-
Uses of GetMetricDataResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricDataResponse.BuilderModifier and TypeMethodDescriptionGetMetricDataResponse.builder()GetMetricDataResponse.Builder.messages(Collection<MessageData> messages) Contains a message about thisGetMetricDataoperation, if the operation results in such a message.GetMetricDataResponse.Builder.messages(Consumer<MessageData.Builder>... messages) Contains a message about thisGetMetricDataoperation, if the operation results in such a message.GetMetricDataResponse.Builder.messages(MessageData... messages) Contains a message about thisGetMetricDataoperation, if the operation results in such a message.GetMetricDataResponse.Builder.metricDataResults(Collection<MetricDataResult> metricDataResults) The metrics that are returned, including the metric name, namespace, and dimensions.GetMetricDataResponse.Builder.metricDataResults(Consumer<MetricDataResult.Builder>... metricDataResults) The metrics that are returned, including the metric name, namespace, and dimensions.GetMetricDataResponse.Builder.metricDataResults(MetricDataResult... metricDataResults) The metrics that are returned, including the metric name, namespace, and dimensions.A token that marks the next batch of returned results.GetMetricDataResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricDataResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMetricDataResponse.Builder>GetMetricDataResponse.serializableBuilderClass()