Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowIdentity
-
Packages that use MaintenanceWindowIdentity Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 MaintenanceWindowIdentity Modifier and Type Method Description List<MaintenanceWindowIdentity>DescribeMaintenanceWindowsResponse. windowIdentities()Information about the maintenance windows.Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowIdentity Modifier and Type Method Description DescribeMaintenanceWindowsResponse.BuilderDescribeMaintenanceWindowsResponse.Builder. windowIdentities(MaintenanceWindowIdentity... windowIdentities)Information about the maintenance windows.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowIdentity Modifier and Type Method Description DescribeMaintenanceWindowsResponse.BuilderDescribeMaintenanceWindowsResponse.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 MaintenanceWindowIdentity Modifier and Type Method Description SdkIterable<MaintenanceWindowIdentity>DescribeMaintenanceWindowsIterable. windowIdentities()Returns an iterable to iterate through the paginatedDescribeMaintenanceWindowsResponse.windowIdentities()member.SdkPublisher<MaintenanceWindowIdentity>DescribeMaintenanceWindowsPublisher. windowIdentities()Returns a publisher that can be used to get a stream of data.
-