Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListDashboardsResponse
-
Packages that use ListDashboardsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of ListDashboardsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return ListDashboardsResponse Modifier and Type Method Description default ListDashboardsResponseCloudTrailClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns information about all dashboards in the account, in the current Region.default ListDashboardsResponseCloudTrailClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Returns information about all dashboards in the account, in the current Region.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type ListDashboardsResponse Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>CloudTrailAsyncClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns information about all dashboards in the account, in the current Region.default CompletableFuture<ListDashboardsResponse>CloudTrailAsyncClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Returns information about all dashboards in the account, in the current Region.
-