Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowIdentityForTarget
Packages that use MaintenanceWindowIdentityForTarget
Package
Description
-
Uses of MaintenanceWindowIdentityForTarget in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowIdentityForTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowsForTargetResponse.windowIdentities()Information about the maintenance window targets and tasks a managed node is associated with.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowIdentityForTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowsForTargetResponse.Builder.windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowIdentityForTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowsForTargetResponse.Builder.windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with. -
Uses of MaintenanceWindowIdentityForTarget in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type MaintenanceWindowIdentityForTargetModifier and TypeMethodDescriptionDescribeMaintenanceWindowsForTargetIterable.windowIdentities()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowsForTargetResponse.windowIdentities()member.DescribeMaintenanceWindowsForTargetPublisher.windowIdentities()Returns a publisher that can be used to get a stream of data.