Uses of Class
software.amazon.awssdk.services.cloudtrail.model.RequestWidget
-
Packages that use RequestWidget Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of RequestWidget in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type RequestWidget Modifier and Type Method Description List<RequestWidget>CreateDashboardRequest. widgets()An array of widgets for a custom dashboard.List<RequestWidget>UpdateDashboardRequest. widgets()An array of widgets for the dashboard.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type RequestWidget Modifier and Type Method Description CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. widgets(RequestWidget... widgets)An array of widgets for a custom dashboard.UpdateDashboardRequest.BuilderUpdateDashboardRequest.Builder. widgets(RequestWidget... widgets)An array of widgets for the dashboard.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type RequestWidget Modifier and Type Method Description CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. widgets(Collection<RequestWidget> widgets)An array of widgets for a custom dashboard.UpdateDashboardRequest.BuilderUpdateDashboardRequest.Builder. widgets(Collection<RequestWidget> widgets)An array of widgets for the dashboard.
-