windowIdentities

@JvmName(name = "describeMaintenanceWindowsResponseMaintenanceWindowIdentity")
fun Flow<DescribeMaintenanceWindowsResponse>.windowIdentities(): Flow<MaintenanceWindowIdentity>

This paginator transforms the flow returned by describeMaintenanceWindowsPaginated to access the nested member MaintenanceWindowIdentity

Return

A kotlinx.coroutines.flow.Flow that can collect MaintenanceWindowIdentity


@JvmName(name = "describeMaintenanceWindowsForTargetResponseMaintenanceWindowIdentityForTarget")
fun Flow<DescribeMaintenanceWindowsForTargetResponse>.windowIdentities(): Flow<MaintenanceWindowIdentityForTarget>

This paginator transforms the flow returned by describeMaintenanceWindowsForTargetPaginated to access the nested member MaintenanceWindowIdentityForTarget

Return

A kotlinx.coroutines.flow.Flow that can collect MaintenanceWindowIdentityForTarget