Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTask
Packages that use MaintenanceWindowTask
Package
Description
-
Uses of MaintenanceWindowTask in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowTaskModifier and TypeMethodDescriptionfinal List<MaintenanceWindowTask>DescribeMaintenanceWindowTasksResponse.tasks()Information about the tasks in the maintenance window.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTaskModifier and TypeMethodDescriptionDescribeMaintenanceWindowTasksResponse.Builder.tasks(MaintenanceWindowTask... tasks) Information about the tasks in the maintenance window.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowTaskModifier and TypeMethodDescriptionDescribeMaintenanceWindowTasksResponse.Builder.tasks(Collection<MaintenanceWindowTask> tasks) Information about the tasks in the maintenance window. -
Uses of MaintenanceWindowTask in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type MaintenanceWindowTaskModifier and TypeMethodDescriptionfinal SdkIterable<MaintenanceWindowTask>DescribeMaintenanceWindowTasksIterable.tasks()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowTasksResponse.tasks()member.DescribeMaintenanceWindowTasksPublisher.tasks()Returns a publisher that can be used to get a stream of data.