Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StartDashboardRefreshResponse
-
Packages that use StartDashboardRefreshResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of StartDashboardRefreshResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return StartDashboardRefreshResponse Modifier and Type Method Description default StartDashboardRefreshResponseCloudTrailClient. startDashboardRefresh(Consumer<StartDashboardRefreshRequest.Builder> startDashboardRefreshRequest)Starts a refresh of the specified dashboard.default StartDashboardRefreshResponseCloudTrailClient. startDashboardRefresh(StartDashboardRefreshRequest startDashboardRefreshRequest)Starts a refresh of the specified dashboard.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type StartDashboardRefreshResponse Modifier and Type Method Description default CompletableFuture<StartDashboardRefreshResponse>CloudTrailAsyncClient. startDashboardRefresh(Consumer<StartDashboardRefreshRequest.Builder> startDashboardRefreshRequest)Starts a refresh of the specified dashboard.default CompletableFuture<StartDashboardRefreshResponse>CloudTrailAsyncClient. startDashboardRefresh(StartDashboardRefreshRequest startDashboardRefreshRequest)Starts a refresh of the specified dashboard.
-