Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowIdentity
Packages that use MaintenanceWindowIdentity
Package
Description
-
Uses of MaintenanceWindowIdentity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowIdentityModifier and TypeMethodDescriptionfinal List<MaintenanceWindowIdentity>DescribeMaintenanceWindowsResponse.windowIdentities()Information about the maintenance windows.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowIdentityModifier and TypeMethodDescriptionDescribeMaintenanceWindowsResponse.Builder.windowIdentities(MaintenanceWindowIdentity... windowIdentities) Information about the maintenance windows.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowIdentityModifier and TypeMethodDescriptionDescribeMaintenanceWindowsResponse.Builder.windowIdentities(Collection<MaintenanceWindowIdentity> windowIdentities) Information about the maintenance windows. -
Uses of MaintenanceWindowIdentity in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type MaintenanceWindowIdentityModifier and TypeMethodDescriptionDescribeMaintenanceWindowsIterable.windowIdentities()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowsResponse.windowIdentities()member.DescribeMaintenanceWindowsPublisher.windowIdentities()Returns a publisher that can be used to get a stream of data.