Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ListDashboardsResponse.Builder
-
Packages that use ListDashboardsResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ListDashboardsResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ListDashboardsResponse.Builder Modifier and Type Method Description static ListDashboardsResponse.BuilderListDashboardsResponse. builder()ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardEntries(Collection<DashboardEntry> dashboardEntries)The list of matching dashboards.ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardEntries(Consumer<DashboardEntry.Builder>... dashboardEntries)The list of matching dashboards.ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardEntries(DashboardEntry... dashboardEntries)The list of matching dashboards.ListDashboardsResponse.BuilderListDashboardsResponse.Builder. nextToken(String nextToken)The token that marks the start of the next batch of returned results.ListDashboardsResponse.BuilderListDashboardsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ListDashboardsResponse.Builder Modifier and Type Method Description static Class<? extends ListDashboardsResponse.Builder>ListDashboardsResponse. serializableBuilderClass()
-