Uses of Class
software.amazon.awssdk.services.cloudtrail.model.GetDashboardResponse
-
Packages that use GetDashboardResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of GetDashboardResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return GetDashboardResponse Modifier and Type Method Description default GetDashboardResponseCloudTrailClient. getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest)Returns the specified dashboard.default GetDashboardResponseCloudTrailClient. getDashboard(GetDashboardRequest getDashboardRequest)Returns the specified dashboard.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type GetDashboardResponse Modifier and Type Method Description default CompletableFuture<GetDashboardResponse>CloudTrailAsyncClient. getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest)Returns the specified dashboard.default CompletableFuture<GetDashboardResponse>CloudTrailAsyncClient. getDashboard(GetDashboardRequest getDashboardRequest)Returns the specified dashboard.
-