Uses of Class
software.amazon.awssdk.services.cloudtrail.model.RefreshSchedule
-
Packages that use RefreshSchedule Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of RefreshSchedule in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return RefreshSchedule Modifier and Type Method Description RefreshScheduleCreateDashboardRequest. refreshSchedule()The refresh schedule configuration for the dashboard.RefreshScheduleCreateDashboardResponse. refreshSchedule()The refresh schedule for the dashboard, if configured.RefreshScheduleGetDashboardResponse. refreshSchedule()The refresh schedule for the dashboard, if configured.RefreshScheduleUpdateDashboardRequest. refreshSchedule()The refresh schedule configuration for the dashboard.RefreshScheduleUpdateDashboardResponse. refreshSchedule()The refresh schedule for the dashboard, if configured.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type RefreshSchedule Modifier and Type Method Description CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. refreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule configuration for the dashboard.CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. refreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule for the dashboard, if configured.GetDashboardResponse.BuilderGetDashboardResponse.Builder. refreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule for the dashboard, if configured.UpdateDashboardRequest.BuilderUpdateDashboardRequest.Builder. refreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule configuration for the dashboard.UpdateDashboardResponse.BuilderUpdateDashboardResponse.Builder. refreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule for the dashboard, if configured.
-