Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutDashboardResponse.Builder
Packages that use PutDashboardResponse.Builder
-
Uses of PutDashboardResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutDashboardResponse.BuilderModifier and TypeMethodDescriptionstatic PutDashboardResponse.BuilderPutDashboardResponse.builder()PutDashboardResponse.Builder.dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages) If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.PutDashboardResponse.Builder.dashboardValidationMessages(Consumer<DashboardValidationMessage.Builder>... dashboardValidationMessages) If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.PutDashboardResponse.Builder.dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages) If the input forPutDashboardwas correct and the dashboard was successfully created or modified, this result is empty.PutDashboardResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutDashboardResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDashboardResponse.Builder>PutDashboardResponse.serializableBuilderClass()