Types
Functions
Casts this Schedule as a Daily and retrieves its aws.sdk.kotlin.services.inspector2.model.DailySchedule value. Throws an exception if the Schedule is not a Daily.
Casts this Schedule as a Daily and retrieves its aws.sdk.kotlin.services.inspector2.model.DailySchedule value. Returns null if the Schedule is not a Daily.
Casts this Schedule as a Monthly and retrieves its aws.sdk.kotlin.services.inspector2.model.MonthlySchedule value. Throws an exception if the Schedule is not a Monthly.
Casts this Schedule as a Monthly and retrieves its aws.sdk.kotlin.services.inspector2.model.MonthlySchedule value. Returns null if the Schedule is not a Monthly.
Casts this Schedule as a OneTime and retrieves its aws.sdk.kotlin.services.inspector2.model.OneTimeSchedule value. Throws an exception if the Schedule is not a OneTime.
Casts this Schedule as a OneTime and retrieves its aws.sdk.kotlin.services.inspector2.model.OneTimeSchedule value. Returns null if the Schedule is not a OneTime.
Casts this Schedule as a Weekly and retrieves its aws.sdk.kotlin.services.inspector2.model.WeeklySchedule value. Throws an exception if the Schedule is not a Weekly.
Casts this Schedule as a Weekly and retrieves its aws.sdk.kotlin.services.inspector2.model.WeeklySchedule value. Returns null if the Schedule is not a Weekly.