Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest.Builder
-
Packages that use ListDashboardsRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>IoTSiteWiseAsyncClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsResponseIoTSiteWiseClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsPublisherIoTSiteWiseAsyncClient. listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsIterableIoTSiteWiseClient. listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project. -
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ListDashboardsRequest.Builder Modifier and Type Method Description static ListDashboardsRequest.BuilderListDashboardsRequest. builder()ListDashboardsRequest.BuilderListDashboardsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDashboardsRequest.BuilderListDashboardsRequest.Builder. projectId(String projectId)The ID of the project.ListDashboardsRequest.BuilderListDashboardsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description static Class<? extends ListDashboardsRequest.Builder>ListDashboardsRequest. serializableBuilderClass()
-