Uses of Class
software.amazon.awssdk.services.cloudtrail.model.DashboardDetail
-
Packages that use DashboardDetail Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of DashboardDetail in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type DashboardDetail Modifier and Type Method Description List<DashboardDetail>ListDashboardsResponse. dashboards()Contains information about dashboards in the account, in the current Region that match the applied filters.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type DashboardDetail Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboards(DashboardDetail... dashboards)Contains information about dashboards in the account, in the current Region that match the applied filters.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type DashboardDetail Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboards(Collection<DashboardDetail> dashboards)Contains information about dashboards in the account, in the current Region that match the applied filters.
-