Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListDashboardsRequest
-
Packages that use ListDashboardsRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of ListDashboardsRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type ListDashboardsRequest Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>CloudTrailAsyncClient. listDashboards(ListDashboardsRequest 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. -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type ListDashboardsRequest Modifier and Type Method Description SdkHttpFullRequestListDashboardsRequestMarshaller. marshall(ListDashboardsRequest listDashboardsRequest)
-