Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetDashboardResponse.Builder
-
Packages that use GetDashboardResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of GetDashboardResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetDashboardResponse.Builder Modifier and Type Method Description static GetDashboardResponse.BuilderGetDashboardResponse. builder()GetDashboardResponse.BuilderGetDashboardResponse.Builder. dashboardArn(String dashboardArn)The Amazon Resource Name (ARN) of the dashboard.GetDashboardResponse.BuilderGetDashboardResponse.Builder. dashboardBody(String dashboardBody)The detailed information about the dashboard, including what widgets are included and their location on the dashboard.GetDashboardResponse.BuilderGetDashboardResponse.Builder. dashboardName(String dashboardName)The name of the dashboard.GetDashboardResponse.BuilderGetDashboardResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetDashboardResponse.Builder Modifier and Type Method Description static Class<? extends GetDashboardResponse.Builder>GetDashboardResponse. serializableBuilderClass()
-