Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowIdentityForTarget
-
Packages that use MaintenanceWindowIdentityForTarget Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 MaintenanceWindowIdentityForTarget Modifier and Type Method Description List<MaintenanceWindowIdentityForTarget>DescribeMaintenanceWindowsForTargetResponse. 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 MaintenanceWindowIdentityForTarget Modifier and Type Method Description DescribeMaintenanceWindowsForTargetResponse.BuilderDescribeMaintenanceWindowsForTargetResponse.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 MaintenanceWindowIdentityForTarget Modifier and Type Method Description DescribeMaintenanceWindowsForTargetResponse.BuilderDescribeMaintenanceWindowsForTargetResponse.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 MaintenanceWindowIdentityForTarget Modifier and Type Method Description SdkIterable<MaintenanceWindowIdentityForTarget>DescribeMaintenanceWindowsForTargetIterable. windowIdentities()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowsForTargetResponse.windowIdentities()member.SdkPublisher<MaintenanceWindowIdentityForTarget>DescribeMaintenanceWindowsForTargetPublisher. windowIdentities()Returns a publisher that can be used to get a stream of data.
-