Uses of Class
software.amazon.awssdk.services.ssm.model.ScheduledWindowExecution
Packages that use ScheduledWindowExecution
Package
Description
-
Uses of ScheduledWindowExecution in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ScheduledWindowExecutionModifier and TypeMethodDescriptionfinal List<ScheduledWindowExecution>DescribeMaintenanceWindowScheduleResponse.scheduledWindowExecutions()Information about maintenance window executions scheduled for the specified time range.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ScheduledWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowScheduleResponse.Builder.scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ScheduledWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowScheduleResponse.Builder.scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range. -
Uses of ScheduledWindowExecution in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type ScheduledWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowScheduleIterable.scheduledWindowExecutions()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowScheduleResponse.scheduledWindowExecutions()member.DescribeMaintenanceWindowSchedulePublisher.scheduledWindowExecutions()Returns a publisher that can be used to get a stream of data.