Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.CreateDashboardResponse.Builder
-
Packages that use CreateDashboardResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of CreateDashboardResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return CreateDashboardResponse.Builder Modifier and Type Method Description static CreateDashboardResponse.BuilderCreateDashboardResponse. builder()CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. dashboardArn(String dashboardArn)The ARN of the dashboard, which has the following format.CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. dashboardId(String dashboardId)The ID of the dashboard.CreateDashboardResponse.BuilderCreateDashboardResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type CreateDashboardResponse.Builder Modifier and Type Method Description static Class<? extends CreateDashboardResponse.Builder>CreateDashboardResponse. serializableBuilderClass()
-