Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Widget
-
Packages that use Widget Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of Widget in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Widget Modifier and Type Method Description List<Widget>CreateDashboardResponse. widgets()An array of widgets for the dashboard.List<Widget>GetDashboardResponse. widgets()An array of widgets for the dashboard.List<Widget>UpdateDashboardResponse. widgets()An array of widgets for the dashboard.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Widget Modifier and Type Method Description CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. widgets(Widget... widgets)An array of widgets for the dashboard.GetDashboardResponse.BuilderGetDashboardResponse.Builder. widgets(Widget... widgets)An array of widgets for the dashboard.UpdateDashboardResponse.BuilderUpdateDashboardResponse.Builder. widgets(Widget... widgets)An array of widgets for the dashboard.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Widget Modifier and Type Method Description CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. widgets(Collection<Widget> widgets)An array of widgets for the dashboard.GetDashboardResponse.BuilderGetDashboardResponse.Builder. widgets(Collection<Widget> widgets)An array of widgets for the dashboard.UpdateDashboardResponse.BuilderUpdateDashboardResponse.Builder. widgets(Collection<Widget> widgets)An array of widgets for the dashboard.
-