Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowExecution
Packages that use MaintenanceWindowExecution
Package
Description
-
Uses of MaintenanceWindowExecution in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowExecutionModifier and TypeMethodDescriptionfinal List<MaintenanceWindowExecution>DescribeMaintenanceWindowExecutionsResponse.windowExecutions()Information about the maintenance window executions.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowExecutionsResponse.Builder.windowExecutions(MaintenanceWindowExecution... windowExecutions) Information about the maintenance window executions.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowExecutionsResponse.Builder.windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions) Information about the maintenance window executions. -
Uses of MaintenanceWindowExecution in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type MaintenanceWindowExecutionModifier and TypeMethodDescriptionDescribeMaintenanceWindowExecutionsIterable.windowExecutions()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowExecutionsResponse.windowExecutions()member.DescribeMaintenanceWindowExecutionsPublisher.windowExecutions()Returns a publisher that can be used to get a stream of data.