Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DashboardEntry.Builder
Packages that use DashboardEntry.Builder
-
Uses of DashboardEntry.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DashboardEntry.BuilderModifier and TypeMethodDescriptionstatic DashboardEntry.BuilderDashboardEntry.builder()DashboardEntry.Builder.dashboardArn(String dashboardArn) The Amazon Resource Name (ARN) of the dashboard.DashboardEntry.Builder.dashboardName(String dashboardName) The name of the dashboard.DashboardEntry.Builder.lastModified(Instant lastModified) The time stamp of when the dashboard was last modified, either by an API call or through the console.The size of the dashboard, in bytes.DashboardEntry.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DashboardEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DashboardEntry.Builder>DashboardEntry.serializableBuilderClass()