Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DashboardValidationMessage
Packages that use DashboardValidationMessage
-
Uses of DashboardValidationMessage in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DashboardValidationMessageModifier and TypeMethodDescriptionDashboardInvalidInputErrorException.dashboardValidationMessages()Returns the value of the DashboardValidationMessages property for this object.final List<DashboardValidationMessage>PutDashboardResponse.dashboardValidationMessages()If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type DashboardValidationMessageModifier and TypeMethodDescriptionDashboardInvalidInputErrorException.Builder.dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages) Sets the value of the DashboardValidationMessages property for this object.PutDashboardResponse.Builder.dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages) If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type DashboardValidationMessageModifier and TypeMethodDescriptionDashboardInvalidInputErrorException.Builder.dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages) Sets the value of the DashboardValidationMessages property for this object.PutDashboardResponse.Builder.dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages) If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.