Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTarget
Packages that use MaintenanceWindowTarget
Package
Description
-
Uses of MaintenanceWindowTarget in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowTargetModifier and TypeMethodDescriptionfinal List<MaintenanceWindowTarget>DescribeMaintenanceWindowTargetsResponse.targets()Information about the targets in the maintenance window.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowTargetsResponse.Builder.targets(MaintenanceWindowTarget... targets) Information about the targets in the maintenance window.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowTargetsResponse.Builder.targets(Collection<MaintenanceWindowTarget> targets) Information about the targets in the maintenance window. -
Uses of MaintenanceWindowTarget in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type MaintenanceWindowTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowTargetsIterable.targets()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowTargetsResponse.targets()member.DescribeMaintenanceWindowTargetsPublisher.targets()Returns a publisher that can be used to get a stream of data.