Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MessageData
-
Packages that use MessageData Package Description software.amazon.awssdk.services.cloudwatch.model software.amazon.awssdk.services.cloudwatch.paginators -
-
Uses of MessageData in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MessageData Modifier and Type Method Description List<MessageData>GetMetricDataResponse. messages()Contains a message about thisGetMetricDataoperation, if the operation results in such a message.List<MessageData>MetricDataResult. messages()A list of messages with additional information about the data returned.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MessageData Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. messages(MessageData... messages)Contains a message about thisGetMetricDataoperation, if the operation results in such a message.MetricDataResult.BuilderMetricDataResult.Builder. messages(MessageData... messages)A list of messages with additional information about the data returned.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MessageData Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. messages(Collection<MessageData> messages)Contains a message about thisGetMetricDataoperation, if the operation results in such a message.MetricDataResult.BuilderMetricDataResult.Builder. messages(Collection<MessageData> messages)A list of messages with additional information about the data returned. -
Uses of MessageData in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type MessageData Modifier and Type Method Description SdkIterable<MessageData>GetMetricDataIterable. messages()Returns an iterable to iterate through the paginatedGetMetricDataResponse.messages()member.SdkPublisher<MessageData>GetMetricDataPublisher. messages()Returns a publisher that can be used to get a stream of data.
-