Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DashboardValidationMessage
-
Packages that use DashboardValidationMessage Package Description software.amazon.awssdk.services.cloudwatch.model -
-
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 DashboardValidationMessage Modifier and Type Method Description List<DashboardValidationMessage>DashboardInvalidInputErrorException. dashboardValidationMessages()Returns the value of the DashboardValidationMessages property for this object.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 DashboardValidationMessage Modifier and Type Method Description DashboardInvalidInputErrorException.BuilderDashboardInvalidInputErrorException.Builder. dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)Sets the value of the DashboardValidationMessages property for this object.PutDashboardResponse.BuilderPutDashboardResponse.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 DashboardValidationMessage Modifier and Type Method Description DashboardInvalidInputErrorException.BuilderDashboardInvalidInputErrorException.Builder. dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)Sets the value of the DashboardValidationMessages property for this object.PutDashboardResponse.BuilderPutDashboardResponse.Builder. dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.
-