static SearchDashboardsResponse.Builder |
SearchDashboardsResponse.builder() |
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList) |
The list of dashboards owned by the user specified in Filters in your request.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList) |
The list of dashboards owned by the user specified in Filters in your request.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList) |
The list of dashboards owned by the user specified in Filters in your request.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.nextToken(String nextToken) |
The token for the next set of results, or null if there are no more results.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.requestId(String requestId) |
The Amazon Web Services request ID for this operation.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.status(Integer status) |
The HTTP status of the request.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.toBuilder() |
|