Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTask
-
Packages that use MaintenanceWindowTask Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 MaintenanceWindowTask Modifier and Type Method Description List<MaintenanceWindowTask>DescribeMaintenanceWindowTasksResponse. tasks()Information about the tasks in the maintenance window.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTask Modifier and Type Method Description DescribeMaintenanceWindowTasksResponse.BuilderDescribeMaintenanceWindowTasksResponse.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 MaintenanceWindowTask Modifier and Type Method Description DescribeMaintenanceWindowTasksResponse.BuilderDescribeMaintenanceWindowTasksResponse.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 MaintenanceWindowTask Modifier and Type Method Description SdkIterable<MaintenanceWindowTask>DescribeMaintenanceWindowTasksIterable. tasks()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowTasksResponse.tasks()member.SdkPublisher<MaintenanceWindowTask>DescribeMaintenanceWindowTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-